summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-13 21:32:00 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-13 21:32:00 +0000
commit933c12dd1b0b7af1e6b0d9de9a5037d0990d2be0 (patch)
tree353eda85d53bbac1a632cc59004bd86674818adf /lib/debug.h
parent906958f81d6057f2bbc0bb628c9b6425f45a4779 (diff)
downloadgnutls-933c12dd1b0b7af1e6b0d9de9a5037d0990d2be0.tar.gz
Added the '_t' suffix to all exported symbols.
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/debug.h b/lib/debug.h
index e49190af01..cee2b799dd 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -19,8 +19,8 @@
*/
#ifdef DEBUG
-void _gnutls_print_state(gnutls_session session);
+void _gnutls_print_state(gnutls_session_t session);
#endif
const char *_gnutls_packet2str(content_type_t packet);
-const char *_gnutls_handshake2str(HandshakeType handshake);
+const char *_gnutls_handshake2str(handshake_t handshake);
void _gnutls_dump_mpi(const char *prefix, mpi_t a);