GNU libmicrohttpd
0.9.72
|
functions to initialize library More...
#include "internal.h"
Go to the source code of this file.
Functions | |
void | MHD_check_global_init_ (void) |
functions to initialize library
Definition in file init.h.
void MHD_check_global_init_ | ( | void | ) |
Check whether global initialisation was performed and call initialiser if necessary.
Definition at line 136 of file init.c.
References global_init_count, MHD_init(), MHD_mutex_lock_chk_, and MHD_mutex_unlock_chk_.
Referenced by MHD_daemon_create(), and MHD_start_daemon_va().