summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-04-14 15:49:10 +0000
committerSimon Josefsson <simon@josefsson.org>2005-04-14 15:49:10 +0000
commit1509a7678ed012c0eaa7fd26f9caae9fb9ad0998 (patch)
tree7d6020094f90d57c98a633f639da2502a36c8204 /lib/debug.h
parentbd6013b3b417f489d112e99e562e7a4c17c099a5 (diff)
downloadgnutls-1509a7678ed012c0eaa7fd26f9caae9fb9ad0998.tar.gz
Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.
Now lib/gnutls_int.h start by including gnutls/gnutls.h, to check prototypes during compile time. More cleanups are expected.
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 a96cc0076a..751ad27fa9 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -26,5 +26,5 @@
void _gnutls_print_state(gnutls_session_t session);
#endif
const char *_gnutls_packet2str(content_type_t packet);
-const char *_gnutls_handshake2str(handshake_t handshake);
+const char *_gnutls_handshake2str(gnutls_handshake_description_t handshake);
void _gnutls_dump_mpi(const char *prefix, mpi_t a);