aboutsummaryrefslogtreecommitdiff
path: root/src/lib/connection_call_handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/connection_call_handlers.h')
-rw-r--r--src/lib/connection_call_handlers.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/connection_call_handlers.h b/src/lib/connection_call_handlers.h
index 980e8064..6297bb9e 100644
--- a/src/lib/connection_call_handlers.h
+++ b/src/lib/connection_call_handlers.h
@@ -40,10 +40,10 @@
40 */ 40 */
41int 41int
42MHD_connection_call_handlers_ (struct MHD_Connection *con, 42MHD_connection_call_handlers_ (struct MHD_Connection *con,
43 bool read_ready, 43 bool read_ready,
44 bool write_ready, 44 bool write_ready,
45 bool force_close) 45 bool force_close)
46 MHD_NONNULL (1); 46MHD_NONNULL (1);
47 47
48 48
49/** 49/**
@@ -58,7 +58,7 @@ MHD_connection_call_handlers_ (struct MHD_Connection *con,
58 */ 58 */
59bool 59bool
60MHD_request_handle_idle_ (struct MHD_Request *request) 60MHD_request_handle_idle_ (struct MHD_Request *request)
61 MHD_NONNULL (1); 61MHD_NONNULL (1);
62
62 63
63
64#endif 64#endif