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 3e9668b04e..c874abf4f3 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( ContentType packet);
+const char* _gnutls_packet2str( content_type_t packet);
const char* _gnutls_handshake2str( HandshakeType handshake);
void _gnutls_dump_mpi(const char* prefix, mpi_t a);