00001 #ifndef _KLONE_KILT_URLS_H_ 00002 #define _KLONE_KILT_URLS_H_ 00003 #include <stdlib.h> 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 #define KILT_URLS(u) size_t kilt_nurls = (sizeof(u)/sizeof(kilt_url_t)); kilt_url_t *kilt_urls = u; 00010 #define NO_PARAMS { { NULL, NULL } } 00011 #define PARAMS(...) { __VA_ARGS__ }, 00012 #define P(k,v) {k,v} 00013 00014 #ifdef __cplusplus 00015 } 00016 #endif 00017 00018 #endif