summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2007-12-18 16:35:39 +0000
committerWill Thompson <will@willthompson.co.uk>2007-12-18 16:35:39 +0000
commit726b4c1ed88e7834445cf8a139f84a648c98f607 (patch)
treef20a143eb99a05cda3635f1eada8cf08c12bbcb4 /src/debug.h
parentf9aac3b100e24c293d99afb61a8d633a7f809a33 (diff)
downloadtelepathy-haze-726b4c1ed88e7834445cf8a139f84a648c98f607.tar.gz
Add a stub implementation of libpurple's request API to see what's being ignored.
This will cause leaks whenever a request call is made, since no callback is ever called, but this is a small price to pay for information on why things suddenly stop working. Perhaps the default action should be taken in each case? 20071218163539-4210b-95b9f2bddb49a0f98145eb290255d0f6803f9499.gz
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 ef3dfe4..f51d6b2 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -18,6 +18,8 @@
*
*/
+#include <glib.h>
+
void haze_debug_init(void);
void haze_debug (const gchar *format, ...)