diff options
Diffstat (limited to 'src/gnutls/check_record_pending.c')
-rw-r--r-- | src/gnutls/check_record_pending.c | 8 |
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 | 1 | enum 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 | ||
5 | see: | 5 | see: |
6 | gnutls_record_check_pending (connection->tls_session) | 6 | gnutls_record_check_pending (connection->tls_session) |