Data Fields | |
const char * | name |
int | has_arg |
int * | flag |
int | val |
const char* GNoption::name |
Definition at line 90 of file getopt.c.
Referenced by GN_getopt_internal(), and GNUNET_GETOPT_run().
int GNoption::has_arg |
Definition at line 93 of file getopt.c.
Referenced by GN_getopt_internal(), and GNUNET_GETOPT_run().
int* GNoption::flag |
Definition at line 94 of file getopt.c.
Referenced by GN_getopt_internal(), and GNUNET_GETOPT_run().
int GNoption::val |
Definition at line 95 of file getopt.c.
Referenced by GN_getopt_internal(), and GNUNET_GETOPT_run().