#include <scconf.h>
Data Fields | |
struct _scconf_item * | next |
int | type |
char * | key |
union { | |
char * comment | |
scconf_block * block | |
scconf_list * list | |
} | value |
Definition at line 66 of file scconf.h.
struct _scconf_item* next [read] |
union { ... } value |