Commit 12c1c67f authored by Youness Alaoui's avatar Youness Alaoui

add G_BEGIN_DECLS and G_END_DECLS to debug.h as reported by Tom Kaminski on the mailing list

parent 4c064b75
...@@ -59,6 +59,8 @@ ...@@ -59,6 +59,8 @@
#include <glib.h> #include <glib.h>
G_BEGIN_DECLS
/** /**
* nice_debug_init: * nice_debug_init:
* *
...@@ -85,5 +87,7 @@ void nice_debug_disable (gboolean with_stun); ...@@ -85,5 +87,7 @@ void nice_debug_disable (gboolean with_stun);
void nice_debug (const char *fmt, ...); void nice_debug (const char *fmt, ...);
G_END_DECLS
#endif /* _DEBUG_H */ #endif /* _DEBUG_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment