aboutsummaryrefslogtreecommitdiff
path: root/src/gnutls/check_record_pending.c
diff options
context:
space:
mode:
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)