summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h
index 1b8cb1acaa..231570f521 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -20,6 +20,9 @@
*
*/
+#ifndef GNUTLS_LIB_DEBUG_H
+#define GNUTLS_LIB_DEBUG_H
+
const char *_gnutls_packet2str(content_type_t packet);
inline static const char *_gnutls_handshake2str(unsigned x)
{
@@ -33,3 +36,5 @@ inline static const char *_gnutls_handshake2str(unsigned x)
void _gnutls_dump_mpi(const char *prefix, bigint_t a);
void _gnutls_dump_vector(const char *prefix, const uint8_t * a,
size_t a_size);
+
+#endif /* GNUTLS_LIB_DEBUG_H */