libpurple/debug.h

changeset 16044
257072807aa8
parent 15884
4de1981757fc
child 16238
33bf2fd32108
child 16743
1ce5ffe12e2a
child 20478
46933dc62880
--- a/libpurple/debug.h	Mon Apr 02 00:38:21 2007 +0000
+++ b/libpurple/debug.h	Tue Apr 03 06:26:20 2007 +0000
@@ -49,6 +49,8 @@
 {
 	void (*print)(PurpleDebugLevel level, const char *category,
 				  const char *arg_s);
+	gboolean (*is_enabled)(PurpleDebugLevel level,
+			const char *category);
 } PurpleDebugUiOps;
 
 #ifdef __cplusplus

mercurial