aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-09-09 21:32:12 +0000
committerChristian Grothoff <christian@grothoff.org>2007-09-09 21:32:12 +0000
commitfb36fb2009a35e48be28df422af5a4b42d099cda (patch)
tree103c9372286a794293b36bcc0e18e091bde49f3d /src/daemon/internal.h
parent8ce09efc5e3c19d413727e8b80c5f2eff9406b38 (diff)
downloadlibmicrohttpd-fb36fb2009a35e48be28df422af5a4b42d099cda.tar.gz
libmicrohttpd-fb36fb2009a35e48be28df422af5a4b42d099cda.zip
release
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).