|
GNU libmicrohttpd 1.0.0
|
MHD_panic() function and helpers. More...
#include "mhd_options.h"

Go to the source code of this file.
Macros | |
| #define | BUILTIN_NOT_REACHED |
| #define | MHD_PANIC(msg) |
Variables | |
| void(* | mhd_panic )(void *cls, const char *file, unsigned int line, const char *reason) |
| void * | mhd_panic_cls |
MHD_panic() function and helpers.
Declaration and macros for MHD_panic()
Definition in file mhd_panic.h.
| #define BUILTIN_NOT_REACHED |
Definition at line 46 of file mhd_panic.h.
| #define MHD_PANIC | ( | msg | ) |
Trigger 'panic' action based on fatal errors.
| msg | error message (const char *) |
Definition at line 78 of file mhd_panic.h.
|
extern |
Handler for fatal errors.
|
extern |
Closure argument for "mhd_panic".
Closure argument for mhd_panic.
Definition at line 36 of file panic.c.
Referenced by MHD_set_panic_func().