aboutsummaryrefslogtreecommitdiff
path: root/src/lib/connection_close.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/connection_close.h')
-rw-r--r--src/lib/connection_close.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/connection_close.h b/src/lib/connection_close.h
index 41f141d2..c8e159ee 100644
--- a/src/lib/connection_close.h
+++ b/src/lib/connection_close.h
@@ -35,7 +35,7 @@
35 */ 35 */
36void 36void
37MHD_connection_mark_closed_ (struct MHD_Connection *connection) 37MHD_connection_mark_closed_ (struct MHD_Connection *connection)
38 MHD_NONNULL (1); 38MHD_NONNULL (1);
39 39
40 40
41/** 41/**
@@ -51,6 +51,6 @@ MHD_connection_mark_closed_ (struct MHD_Connection *connection)
51void 51void
52MHD_connection_close_ (struct MHD_Connection *connection, 52MHD_connection_close_ (struct MHD_Connection *connection,
53 enum MHD_RequestTerminationCode rtc) 53 enum MHD_RequestTerminationCode rtc)
54 MHD_NONNULL (1); 54MHD_NONNULL (1);
55 55
56#endif 56#endif