#include <modsup.h>
Collaboration diagram for moduleoption_t:
Data Fields | |
char * | name |
Name of the option. | |
char * | content_s |
Content of the option in string form. | |
int | content_i |
Content of the option in integer form (INT_MIN if content can not be converted into integer. | |
moduleoption * | next |
Pointer to the next option in linked list. NULL if this is the last option. |