From 945667eb0158a7078bcb6ba5d347e9d35021a5d2 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 11 Sep 2003 18:30:15 +0000 Subject: cleanups. --- lib/debug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/debug.h') 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); -- cgit v1.2.1