aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/daemon_poll.h')
-rw-r--r--src/lib/daemon_poll.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/daemon_poll.h b/src/lib/daemon_poll.h
index c5dbb88b..8295cc56 100644
--- a/src/lib/daemon_poll.h
+++ b/src/lib/daemon_poll.h
@@ -68,4 +68,16 @@ MHD_daemon_poll_ (struct MHD_Daemon *daemon,
68#endif 68#endif
69 69
70 70
71#ifdef HTTPS_SUPPORT
72/**
73 * Process upgraded connection with a poll() loop.
74 * We are in our own thread, only processing @a con
75 *
76 * @param con connection to process
77 */
78void
79MHD_daemon_upgrade_connection_with_poll_ (struct MHD_Connection *con)
80 MHD_NONNULL(1);
81#endif
82
71#endif 83#endif