#include <apr_getopt.h>
Data Fields | |
| const char * | name |
| int | optch |
| int | has_arg |
| const char * | description |
| const char* apr_getopt_option_t::name |
long option name, or NULL if option has no long name
option letter, or a value greater than 255 if option has no letter
nonzero if option takes an argument
| const char* apr_getopt_option_t::description |
a description of the option
1.5.2