summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-03-18 08:39:58 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-03-18 08:39:58 +0000
commitaaaec1add30ecd996a170ee8199b73e32aa3aeb9 (patch)
tree32536cd6285f9948593e14a441cb9dd819ec8a69 /lib/debug.h
parent110eca8f0fa955a532354cd94d672390b6d65718 (diff)
downloadgnutls-aaaec1add30ecd996a170ee8199b73e32aa3aeb9.tar.gz
more cleanups
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h
index f34cf31710..b793c1a106 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -27,4 +27,5 @@ char * _gnutls_bin2hex(const unsigned char *old, const size_t oldlen);
void _gnutls_dump_mpi(char* prefix,MPI a);
char* _gnutls_packet2str( int packet);
char* _gnutls_alert2str( int alert);
+char* _gnutls_handshake2str( int handshake);
#endif