From 6914121ce5169769207613166e14c077259c863b Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Thu, 18 Jun 2009 00:54:55 +0100 Subject: Implement o.fd.Tp.Debug. (Fixes #580631) Signed-off-by: Jonny Lamb --- libempathy/empathy-debug.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libempathy/empathy-debug.h') diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h index 7d05db6ab..9df728922 100644 --- a/libempathy/empathy-debug.h +++ b/libempathy/empathy-debug.h @@ -46,6 +46,7 @@ typedef enum gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag); void empathy_debug (EmpathyDebugFlags flag, const gchar *format, ...) G_GNUC_PRINTF (2, 3); +void empathy_debug_free (void); void empathy_debug_set_flags (const gchar *flags_string); G_END_DECLS @@ -88,4 +89,7 @@ G_END_DECLS #define DEBUGGING 0 #endif /* !defined (ENABLE_DEBUG) */ + +#define gabble_debug_free() G_STMT_START { } G_STMT_END + #endif /* defined (DEBUG_FLAG) */ -- cgit v1.2.3