[Telepathy-commits] [telepathy-salut/master] gibber-debug.h: G_BEGIN_DECLS has to be outside the #ifdef ENABLE_DEBUG

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Jan 7 03:55:48 PST 2009


---
 lib/gibber/gibber-debug.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/gibber/gibber-debug.h b/lib/gibber/gibber-debug.h
index bd4e68e..2aafd68 100644
--- a/lib/gibber/gibber-debug.h
+++ b/lib/gibber/gibber-debug.h
@@ -8,10 +8,10 @@
 
 #include "gibber-xmpp-stanza.h"
 
-#ifdef ENABLE_DEBUG
-
 G_BEGIN_DECLS
 
+#ifdef ENABLE_DEBUG
+
 typedef enum
 {
   DEBUG_TRANSPORT         = 1 << 0,
@@ -70,4 +70,3 @@ void gibber_debug_stanza (DebugFlags flag, GibberXmppStanza *stanza,
 G_END_DECLS
 
 #endif
-
-- 
1.5.6.5




More information about the Telepathy-commits mailing list