summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-07 16:44:36 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-11-09 21:11:14 +0000
commitcb80c184cce450fb3499ade13d135b5a6cd03d46 (patch)
tree3accadb229d68bd59268832fe0423b144a3dd3b8 /src/debug.h
parentdee146a925030a926ee2340b5ac9007a1695155e (diff)
downloadtelepathy-haze-cb80c184cce450fb3499ade13d135b5a6cd03d46.tar.gz
Add support for TpDebugSender
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h
index 4d5e41c..b31faae 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -25,6 +25,8 @@ void haze_debug_init(void);
void haze_debug (const gchar *format, ...)
G_GNUC_PRINTF (1,2);
+void haze_debug_free (void);
+
void haze_debug_set_flags_from_env (void);
#define DEBUG(format, ...) \