summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-05 18:10:59 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-05 18:10:59 +0000
commit388797851a48fc6fbcee50a00eb4c78be72e40f9 (patch)
tree607c28d8ea9b23a940c89d3d1711b760dea28181 /lib/debug.h
parent511efe55dd36eb5908f8019f927a7c31dde3c880 (diff)
downloadgnutls-388797851a48fc6fbcee50a00eb4c78be72e40f9.tar.gz
several internal types fix.
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 dca55b578f..3e9668b04e 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -23,4 +23,4 @@ void _gnutls_print_state(gnutls_session session);
#endif
const char* _gnutls_packet2str( ContentType packet);
const char* _gnutls_handshake2str( HandshakeType handshake);
-void _gnutls_dump_mpi(const char* prefix, GNUTLS_MPI a);
+void _gnutls_dump_mpi(const char* prefix, mpi_t a);