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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gnutls/check_record_pending.c b/src/gnutls/check_record_pending.c
index e688f2b7..2069ca0a 100644
--- a/src/gnutls/check_record_pending.c
+++ b/src/gnutls/check_record_pending.c
@@ -1,6 +1,6 @@
1 enum MHD_Bool 1enum MHD_Bool
2 (*check_record_pending)(void *cls, 2(*check_record_pending)(void *cls,
3 struct MHD_TLS_ConnectionState *cs); 3 struct MHD_TLS_ConnectionState *cs);
4 4
5see: 5see:
6gnutls_record_check_pending (connection->tls_session) 6gnutls_record_check_pending (connection->tls_session)