aboutsummaryrefslogtreecommitdiff
path: root/src/gnutls/check_record_pending.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-16 06:30:29 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-16 06:30:29 +0100
commit6450f55f0c18d7a4b2fac829d9eff5d567348d19 (patch)
tree63a062752ac68f9339d31f455e01a36059cc5943 /src/gnutls/check_record_pending.c
parent552f3aa7b23b958c8ad275fbf28682f229dbc4f7 (diff)
downloadlibmicrohttpd-6450f55f0c18d7a4b2fac829d9eff5d567348d19.tar.gz
libmicrohttpd-6450f55f0c18d7a4b2fac829d9eff5d567348d19.zip
add upgrade_process.c
Diffstat (limited to 'src/gnutls/check_record_pending.c')
-rw-r--r--src/gnutls/check_record_pending.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gnutls/check_record_pending.c b/src/gnutls/check_record_pending.c
new file mode 100644
index 00000000..e688f2b7
--- /dev/null
+++ b/src/gnutls/check_record_pending.c
@@ -0,0 +1,6 @@
1 enum MHD_Bool
2 (*check_record_pending)(void *cls,
3 struct MHD_TLS_ConnectionState *cs);
4
5see:
6gnutls_record_check_pending (connection->tls_session)