Data Fields | |
XDLItem | listitem |
char * | value |
char | name [1] |
Definition at line 66 of file xdasd_conf.c.
Make properties list-able.
Definition at line 68 of file xdasd_conf.c.
char* XDProp_tag::value |
The property value. Points into the name buffer.
Definition at line 69 of file xdasd_conf.c.
Referenced by xdasd_conf_getstr(), and xdasd_conf_setstr().
char XDProp_tag::name[1] |
The name/value buffer. The name is 0-terminated.
Definition at line 70 of file xdasd_conf.c.
Referenced by xdasd_conf_setstr().