aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index be6f4587..52070284 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -277,7 +277,6 @@ MHD_register_handler(struct MHD_Daemon * daemon,
277 * @return MHD_NO if a handler for this exact prefix 277 * @return MHD_NO if a handler for this exact prefix
278 * is not known for this daemon 278 * is not known for this daemon
279 */ 279 */
280 */
281int 280int
282MHD_unregister_handler(struct MHD_Daemon * daemon, 281MHD_unregister_handler(struct MHD_Daemon * daemon,
283 const char * uri_prefix, 282 const char * uri_prefix,