aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection_https.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection_https.h')
-rw-r--r--src/microhttpd/connection_https.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/microhttpd/connection_https.h b/src/microhttpd/connection_https.h
index 02ffb52e..23ae685b 100644
--- a/src/microhttpd/connection_https.h
+++ b/src/microhttpd/connection_https.h
@@ -37,6 +37,16 @@
37 */ 37 */
38void 38void
39MHD_set_https_callbacks (struct MHD_Connection *connection); 39MHD_set_https_callbacks (struct MHD_Connection *connection);
40#endif 40
41
42/**
43 * Initiate shutdown of TLS layer of connection.
44 *
45 * @param connection to use
46 * @return #MHD_YES if succeed, #MHD_NO otherwise.
47 */
48int
49MHD_tls_connection_shutdown (struct MHD_Connection *connection);
50#endif /* HTTPS_SUPPORT */
41 51
42#endif 52#endif