summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-11-07 23:27:56 +0000
committerSimon Josefsson <simon@josefsson.org>2005-11-07 23:27:56 +0000
commita5891d75997c9529b9fc5c273df8bd0df4093cd0 (patch)
treefd6eec448a88c5eb891cc145921c5793662da604 /lib/debug.h
parentaf21484a8daf15da48f7d00c4fe632708a757a64 (diff)
downloadgnutls-a5891d75997c9529b9fc5c273df8bd0df4093cd0.tar.gz
Use GNU coding style.
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/debug.h b/lib/debug.h
index 666862d6ac..f33413d20a 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -23,8 +23,8 @@
*/
#ifdef DEBUG
-void _gnutls_print_state(gnutls_session_t session);
+void _gnutls_print_state (gnutls_session_t session);
#endif
-const char *_gnutls_packet2str(content_type_t packet);
-const char *_gnutls_handshake2str(gnutls_handshake_description_t handshake);
-void _gnutls_dump_mpi(const char *prefix, mpi_t a);
+const char *_gnutls_packet2str (content_type_t packet);
+const char *_gnutls_handshake2str (gnutls_handshake_description_t handshake);
+void _gnutls_dump_mpi (const char *prefix, mpi_t a);