summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2000-12-11 14:57:08 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2000-12-11 14:57:08 +0000
commit04253eee02de1da34e2961416b184a2fa6d3b5dd (patch)
tree4b6f24b06a26e17db0b84b41a1335c44b1c7c8ce /lib/debug.h
parent53511dbf37f03ba6cca482d11ca1e9cbb01191aa (diff)
downloadgnutls-04253eee02de1da34e2961416b184a2fa6d3b5dd.tar.gz
cleanups for gcc -Wall
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h
index e55b3586be..912ca681b6 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -5,4 +5,6 @@ void _gnutls_print_TLSPlaintext(GNUTLSPlaintext * plaintext);
void _gnutls_print_TLSCiphertext( GNUTLSCiphertext *);
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);
#endif