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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index 3f3f91b0..1596e8df 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -59,11 +59,13 @@
59 */ 59 */
60#define MHD_BUF_INC_SIZE 2048 60#define MHD_BUF_INC_SIZE 2048
61 61
62#if HAVE_MESSAGES
62/** 63/**
63 * fprintf-like helper function for logging debug 64 * fprintf-like helper function for logging debug
64 * messages. 65 * messages.
65 */ 66 */
66void MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...); 67void MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...);
68#endif
67 69
68/** 70/**
69 * Process escape sequences ('+'=space, %HH). 71 * Process escape sequences ('+'=space, %HH).