diff options
Diffstat (limited to 'src/gnutls/shutdown_connection.c')
-rw-r--r-- | src/gnutls/shutdown_connection.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gnutls/shutdown_connection.c b/src/gnutls/shutdown_connection.c index be1e0bde..48db358a 100644 --- a/src/gnutls/shutdown_connection.c +++ b/src/gnutls/shutdown_connection.c | |||
@@ -1,5 +1,5 @@ | |||
1 | enum MHD_Bool | 1 | enum MHD_Bool |
2 | (*shutdown_connection) (void *cls, | 2 | (*shutdown_connection)(void *cls, |
3 | struct MHD_TLS_ConnectionState *cs); | 3 | struct MHD_TLS_ConnectionState *cs); |
4 | 4 | ||
5 | see: MHD_tls_connection_shutdown() | 5 | see: MHD_tls_connection_shutdown () |