aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/events.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-13 12:42:37 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-13 12:42:37 +0200
commit2b7d2d1537040cac6841a63437e6c04d8a7441bc (patch)
tree3f922201e6049f1846ab66e71771d14e9c544fe6 /protocols/events.h
parentfc2ee0f84c1746cb17c448ee75c4206dca548325 (diff)
Fixed GnuTLS support.
Diffstat (limited to 'protocols/events.h')
-rw-r--r--protocols/events.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/events.h b/protocols/events.h
index dcd45abe..5b684f8c 100644
--- a/protocols/events.h
+++ b/protocols/events.h
@@ -48,7 +48,8 @@ typedef gboolean (*b_event_handler)(gpointer data, gint fd, b_input_condition co
#define GAIM_WRITE_COND (G_IO_OUT | G_IO_HUP | G_IO_ERR | G_IO_NVAL)
#define GAIM_ERR_COND (G_IO_HUP | G_IO_ERR | G_IO_NVAL)
-#define event_debug( x... ) printf( x )
+// #define event_debug( x... ) printf( x )
+#define event_debug( x... )
G_MODULE_EXPORT void b_main_init();
G_MODULE_EXPORT void b_main_run();