#include <webcit.h>
Data Fields | |
urlcontent * | next |
char | url_key [32] |
char * | url_data |
Definition at line 213 of file webcit.h.
struct urlcontent* urlcontent::next [read] |
the next variable in the list
Definition at line 214 of file webcit.h.
Referenced by addurls(), bstr(), dump_vars(), and upload_handler().
char urlcontent::url_key[32] |
the variable name
Definition at line 215 of file webcit.h.
Referenced by addurls(), bstr(), dump_vars(), and upload_handler().
char* urlcontent::url_data |
its value
Definition at line 216 of file webcit.h.
Referenced by addurls(), bstr(), dump_vars(), and upload_handler().