aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-24 11:28:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-24 11:28:30 +0000
commita372d23b4ee68d578a7482f6b2b17018bbe53b5e (patch)
treed9c30d3a78b74a689a51a66c33e20b22a62e2606 /src/microhttpd/internal.c
parent324e9852db193ead4a319fc4099baf2b0b8c456d (diff)
downloadlibmicrohttpd-a372d23b4ee68d578a7482f6b2b17018bbe53b5e.tar.gz
libmicrohttpd-a372d23b4ee68d578a7482f6b2b17018bbe53b5e.zip
-hide symbols
Diffstat (limited to 'src/microhttpd/internal.c')
-rw-r--r--src/microhttpd/internal.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c
index 9b234fea..7afaba74 100644
--- a/src/microhttpd/internal.c
+++ b/src/microhttpd/internal.c
@@ -31,6 +31,7 @@
31/** 31/**
32 * State to string dictionary. 32 * State to string dictionary.
33 */ 33 */
34HIDDEN_SYMBOL
34const char * 35const char *
35MHD_state_to_string (enum MHD_CONNECTION_STATE state) 36MHD_state_to_string (enum MHD_CONNECTION_STATE state)
36{ 37{
@@ -90,7 +91,7 @@ MHD_state_to_string (enum MHD_CONNECTION_STATE state)
90 * fprintf-like helper function for logging debug 91 * fprintf-like helper function for logging debug
91 * messages. 92 * messages.
92 */ 93 */
93void 94void HIDDEN_SYMBOL
94MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...) 95MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...)
95{ 96{
96 va_list va; 97 va_list va;
@@ -115,6 +116,7 @@ MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...)
115 * @return length of the resulting val (strlen(val) maybe 116 * @return length of the resulting val (strlen(val) maybe
116 * shorter afterwards due to elimination of escape sequences) 117 * shorter afterwards due to elimination of escape sequences)
117 */ 118 */
119HIDDEN_SYMBOL
118size_t 120size_t
119MHD_http_unescape (void *cls, 121MHD_http_unescape (void *cls,
120 struct MHD_Connection *connection, 122 struct MHD_Connection *connection,
@@ -165,6 +167,7 @@ MHD_http_unescape (void *cls,
165} 167}
166 168
167 169
170HIDDEN_SYMBOL
168time_t 171time_t
169MHD_monotonic_time (void) 172MHD_monotonic_time (void)
170{ 173{