summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.h b/lib/debug.h
index 471f94f36d..18f67a9219 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -19,7 +19,7 @@
*/
#ifdef DEBUG
-void _gnutls_print_state(GNUTLS_STATE state);
+void _gnutls_print_state(gnutls_session session);
char * _gnutls_bin2hex(const unsigned char *old, const size_t oldlen);
void _gnutls_dump_mpi(char* prefix,MPI a);
const char* _gnutls_packet2str( int packet);