summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-06-03 13:28:27 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-06-03 13:28:27 +0100
commit24380712bf2d818948a4541a6ea5ea1bfef729e8 (patch)
tree156fc4b975790c849d341925f0fd79bd9d7cb874 /src/debug.h
parent3db0d3fef0533eb74395d97121368d5988bd2ef3 (diff)
Use a hash table to contain debug flags.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h
index da4c3e5f1..67e35832f 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -35,6 +35,7 @@ typedef enum
void gabble_debug_set_flags_from_env (void);
void gabble_debug_set_flags (GabbleDebugFlags flags);
gboolean gabble_debug_flag_is_set (GabbleDebugFlags flag);
+void gabble_debug_free (void);
void gabble_debug (GabbleDebugFlags flag, const gchar *format, ...)
G_GNUC_PRINTF (2, 3);