49
49
int id; /* unique id or short option */
50
50
const char *comment; /* option comment, for autom. --help */
51
51
char **value; /* The variable value */
53
53
TYPELIB *typelib; /* Pointer to possible values */
55
55
enum get_opt_arg_type arg_type;