summaryrefslogtreecommitdiff
path: root/lib/debug.c
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.c
parent388797851a48fc6fbcee50a00eb4c78be72e40f9 (diff)
downloadgnutls-adcd5219ef049655a471179beb7af695fd78ac48.tar.gz
some other changes to the internal types names.
Diffstat (limited to 'lib/debug.c')
-rw-r--r--lib/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.c b/lib/debug.c
index 5b4838a0e2..bc02df8cec 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -46,7 +46,7 @@ void _gnutls_print_state(gnutls_session session)
#endif
-const char* _gnutls_packet2str( ContentType packet)
+const char* _gnutls_packet2str( content_type_t packet)
{
switch(packet) {
case GNUTLS_CHANGE_CIPHER_SPEC: