Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <civetweb.h>
Data Fields | |
const char * | name |
int | type |
const char * | default_value |
Definition at line 685 of file civetweb.h.
const char* mg_option::default_value |
Definition at line 688 of file civetweb.h.
Referenced by legacy_init(), mg_start2(), and show_usage_and_exit().
const char* mg_option::name |
Definition at line 686 of file civetweb.h.
Referenced by get_option_index(), legacy_init(), mg_start2(), mg_start_domain2(), set_option(), and show_usage_and_exit().
int mg_option::type |
Definition at line 687 of file civetweb.h.
Referenced by set_option().