summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-05 20:16:45 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-05 20:16:45 +0000
commitadcd5219ef049655a471179beb7af695fd78ac48 (patch)
tree1e0a16e1cef8502244a0748a4fcdb959cd58bdf7 /lib/debug.h
parent388797851a48fc6fbcee50a00eb4c78be72e40f9 (diff)
downloadgnutls-adcd5219ef049655a471179beb7af695fd78ac48.tar.gz
some other changes to the internal types names.
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);