aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index 22fb2da4..7dc43b5a 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -45,6 +45,13 @@
45 */ 45 */
46#define MHD_BUF_INC_SIZE 2048 46#define MHD_BUF_INC_SIZE 2048
47 47
48/**
49 * Error handler
50 */
51extern MHD_PanicCallback mhd_panic;
52extern void *mhd_panic_cls;
53
54
48#if HAVE_MESSAGES 55#if HAVE_MESSAGES
49/** 56/**
50 * fprintf-like helper function for logging debug 57 * fprintf-like helper function for logging debug