summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-09-11 18:30:15 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-09-11 18:30:15 +0000
commit945667eb0158a7078bcb6ba5d347e9d35021a5d2 (patch)
treebcab7b6be5e37fe1a4a2136fb7f56534c14a7c76 /lib/debug.h
parent6e13096a346a6d6bc60221e6cf3bdb64f69f4718 (diff)
downloadgnutls-945667eb0158a7078bcb6ba5d347e9d35021a5d2.tar.gz
cleanups.
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/debug.h b/lib/debug.h
index c7db8bf09c..dca55b578f 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -21,6 +21,6 @@
#ifdef DEBUG
void _gnutls_print_state(gnutls_session session);
#endif
-const char* _gnutls_packet2str( int packet);
-const char* _gnutls_handshake2str( int handshake);
-void _gnutls_dump_mpi(char* prefix, GNUTLS_MPI a);
+const char* _gnutls_packet2str( ContentType packet);
+const char* _gnutls_handshake2str( HandshakeType handshake);
+void _gnutls_dump_mpi(const char* prefix, GNUTLS_MPI a);