Monero
Loading...
Searching...
No Matches
options.c File Reference
#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"
Include dependency graph for options.c:

Functions

int readoptionsfile (const char *fname)
void freeoptions (void)

Variables

struct optionary_options = NULL
static char * string_repo = NULL
unsigned int num_options = 0
struct { 
   enum upnpconfigoptions   id 
   const char *   name 
optionids []

Function Documentation

◆ freeoptions()

void freeoptions ( void )

◆ readoptionsfile()

int readoptionsfile ( const char * fname)

Variable Documentation

◆ ary_options

struct option* ary_options = NULL

◆ id

◆ name

const char* name

◆ num_options

unsigned int num_options = 0

◆ [struct]

const struct { ... } optionids[]

◆ string_repo

char* string_repo = NULL
static