GNU libmicrohttpd 0.9.77
|
functions to panic (abort) More...
#include "internal.h"
Go to the source code of this file.
Functions | |
_MHD_EXTERN void | MHD_set_panic_func (MHD_PanicCallback cb, void *cls) |
Variables | |
MHD_PanicCallback | mhd_panic = NULL |
void * | mhd_panic_cls = NULL |
functions to panic (abort)
Definition in file panic.c.
MHD_PanicCallback mhd_panic = NULL |
Handler for fatal errors.
Definition at line 31 of file panic.c.
Referenced by MHD_set_panic_func().
void* mhd_panic_cls = NULL |
Closure argument for mhd_panic.
Definition at line 36 of file panic.c.
Referenced by MHD_set_panic_func().