#include <webcit.h>
Data Fields | |
wcsubst * | next |
int | wcs_type |
char | wcs_key [32] |
void * | wcs_value |
void(* | wcs_function )(void) |
Definition at line 268 of file webcit.h.
struct wcsubst* wcsubst::next [read] |
next item in the list
Definition at line 269 of file webcit.h.
Referenced by print_value_of(), svcallback(), and svprintf().
which type of ???
Definition at line 270 of file webcit.h.
Referenced by print_value_of(), svcallback(), and svprintf().
char wcsubst::wcs_key[32] |
??? what?
Definition at line 271 of file webcit.h.
Referenced by print_value_of(), svcallback(), and svprintf().
void* wcsubst::wcs_value |
void(* wcsubst::wcs_function)(void) |
funcion hook ???
Referenced by print_value_of(), and svcallback().