aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd_tls.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-16 07:13:34 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-16 07:13:34 +0100
commite101aeb4a9e18d506bd93afc87ea55183128f2cd (patch)
treed1d53999712b238dfa6cd3d2ddbaf42d74b51c04 /src/include/microhttpd_tls.h
parenta104a2a46a8d3ef1787f7171295af3acc63c4912 (diff)
downloadlibmicrohttpd-e101aeb4a9e18d506bd93afc87ea55183128f2cd.tar.gz
libmicrohttpd-e101aeb4a9e18d506bd93afc87ea55183128f2cd.zip
implement connection_cleanup.c
Diffstat (limited to 'src/include/microhttpd_tls.h')
-rw-r--r--src/include/microhttpd_tls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/microhttpd_tls.h b/src/include/microhttpd_tls.h
index 0a9d1793..cdad0953 100644
--- a/src/include/microhttpd_tls.h
+++ b/src/include/microhttpd_tls.h
@@ -19,6 +19,7 @@
19struct MHD_TLS_ConnectionState; 19struct MHD_TLS_ConnectionState;
20 20
21 21
22
22/** 23/**
23 * Callback functions to use for TLS operations. 24 * Callback functions to use for TLS operations.
24 */ 25 */