aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.c')
-rw-r--r--src/microhttpd/internal.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c
index 109ebfe2..b8d8f540 100644
--- a/src/microhttpd/internal.c
+++ b/src/microhttpd/internal.c
@@ -81,6 +81,8 @@ MHD_state_to_string (enum MHD_CONNECTION_STATE state)
81 return "unrecognized connection state"; 81 return "unrecognized connection state";
82 } 82 }
83} 83}
84
85
84#endif 86#endif
85#endif 87#endif
86 88
@@ -105,6 +107,8 @@ MHD_DLOG (const struct MHD_Daemon *daemon,
105 va); 107 va);
106 va_end (va); 108 va_end (va);
107} 109}
110
111
108#endif 112#endif
109 113
110 114
@@ -288,4 +292,5 @@ MHD_parse_arguments_ (struct MHD_Connection *connection,
288 return MHD_YES; 292 return MHD_YES;
289} 293}
290 294
295
291/* end of internal.c */ 296/* end of internal.c */