aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd_tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd_tls.h')
-rw-r--r--src/include/microhttpd_tls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/microhttpd_tls.h b/src/include/microhttpd_tls.h
index f8e5bd51..e59b983b 100644
--- a/src/include/microhttpd_tls.h
+++ b/src/include/microhttpd_tls.h
@@ -89,6 +89,10 @@ struct MHD_TLS_Plugin
89 struct MHD_TLS_ConnectionState * 89 struct MHD_TLS_ConnectionState *
90 (*setup_connection)(void *cls, 90 (*setup_connection)(void *cls,
91 ...); 91 ...);
92
93 void
94 (*teardown_connection)(void *cls,
95 struct MHD_TLS_ConnectionState *cs);
92 96
93 /** 97 /**
94 * TODO: More functions here.... 98 * TODO: More functions here....