Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <civetweb.h>
Data Fields | |
const struct mg_callbacks * | callbacks |
void * | user_data |
const char ** | configuration_options |
Definition at line 1798 of file civetweb.h.
const struct mg_callbacks* mg_init_data::callbacks |
Definition at line 1799 of file civetweb.h.
Referenced by mg_start(), mg_start2(), and start_civetweb().
const char** mg_init_data::configuration_options |
Definition at line 1801 of file civetweb.h.
Referenced by mg_start(), mg_start2(), and start_civetweb().
void* mg_init_data::user_data |
Definition at line 1800 of file civetweb.h.
Referenced by mg_start(), mg_start2(), and start_civetweb().