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.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/microhttpd/connection_https.h b/src/microhttpd/connection_https.h
index 8a5cf380..fe7e7b0f 100644
--- a/src/microhttpd/connection_https.h
+++ b/src/microhttpd/connection_https.h
@@ -29,7 +29,14 @@
29#include "internal.h" 29#include "internal.h"
30 30
31#if HTTPS_SUPPORT 31#if HTTPS_SUPPORT
32void MHD_set_https_callbacks (struct MHD_Connection *connection); 32/**
33 * Set connection callback function to be used through out
34 * the processing of this secure connection.
35 *
36 * @param connection which callbacks should be modified
37 */
38void
39MHD_set_https_callbacks (struct MHD_Connection *connection);
33#endif 40#endif
34 41
35#endif 42#endif