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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/daemon_select.h b/src/lib/daemon_select.h
index 3625ea87..ec1c5770 100644
--- a/src/lib/daemon_select.h
+++ b/src/lib/daemon_select.h
@@ -40,4 +40,16 @@ MHD_daemon_select_ (struct MHD_Daemon *daemon,
40 MHD_NONNULL(1); 40 MHD_NONNULL(1);
41 41
42 42
43#ifdef HTTPS_SUPPORT
44/**
45 * Process upgraded connection with a select loop.
46 * We are in our own thread, only processing @a con
47 *
48 * @param con connection to process
49 */
50void
51MHD_daemon_upgrade_connection_with_select_ (struct MHD_Connection *con)
52 MHD_NONNULL(1);
53#endif
54
43#endif 55#endif