|
Monero
|
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <ctype.h>#include <syslog.h>#include "config.h"#include "options.h"#include "upnppermissions.h"#include "upnpglobalvars.h"
Functions | |
| int | readoptionsfile (const char *fname) |
| void | freeoptions (void) |
Variables | |
| struct option * | ary_options = NULL |
| static char * | string_repo = NULL |
| unsigned int | num_options = 0 |
| struct { | |
| enum upnpconfigoptions id | |
| const char * name | |
| } | optionids [] |
| void freeoptions | ( | void | ) |
| int readoptionsfile | ( | const char * | fname | ) |
| struct option* ary_options = NULL |
| enum upnpconfigoptions id |
| const char* name |
| unsigned int num_options = 0 |
| const struct { ... } optionids[] |
|
static |