Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
mg_init_data Struct Reference

#include <civetweb.h>

Data Fields

const struct mg_callbackscallbacks
 
void * user_data
 
const char ** configuration_options
 

Detailed Description

Definition at line 1798 of file civetweb.h.

Field Documentation

◆ callbacks

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().

◆ configuration_options

const char** mg_init_data::configuration_options

Definition at line 1801 of file civetweb.h.

Referenced by mg_start(), mg_start2(), and start_civetweb().

◆ user_data

void* mg_init_data::user_data

Definition at line 1800 of file civetweb.h.

Referenced by mg_start(), mg_start2(), and start_civetweb().


The documentation for this struct was generated from the following file: