aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/daemon_select.h')
-rw-r--r--src/lib/daemon_select.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/daemon_select.h b/src/lib/daemon_select.h
index d6e9e106..7dac8a80 100644
--- a/src/lib/daemon_select.h
+++ b/src/lib/daemon_select.h
@@ -36,8 +36,8 @@
36 */ 36 */
37enum MHD_StatusCode 37enum MHD_StatusCode
38MHD_daemon_select_ (struct MHD_Daemon *daemon, 38MHD_daemon_select_ (struct MHD_Daemon *daemon,
39 int may_block) 39 int may_block)
40 MHD_NONNULL(1); 40MHD_NONNULL (1);
41 41
42 42
43#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT) 43#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT)
@@ -49,7 +49,7 @@ MHD_daemon_select_ (struct MHD_Daemon *daemon,
49 */ 49 */
50void 50void
51MHD_daemon_upgrade_connection_with_select_ (struct MHD_Connection *con) 51MHD_daemon_upgrade_connection_with_select_ (struct MHD_Connection *con)
52 MHD_NONNULL(1); 52MHD_NONNULL (1);
53#endif 53#endif
54 54
55#endif 55#endif