aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/events.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-13 12:29:53 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-13 12:29:53 +0200
commitfc2ee0f84c1746cb17c448ee75c4206dca548325 (patch)
treec9067ffbdbf83505e0cb78863ea16a732a271887 /protocols/events.h
parentb642f38161474516c8e9fda1a9942d45a4ea9f22 (diff)
It works, it works! \o/
Diffstat (limited to 'protocols/events.h')
-rw-r--r--protocols/events.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/events.h b/protocols/events.h
index e8ac5a17..dcd45abe 100644
--- a/protocols/events.h
+++ b/protocols/events.h
@@ -48,6 +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 )
+
G_MODULE_EXPORT void b_main_init();
G_MODULE_EXPORT void b_main_run();
G_MODULE_EXPORT void b_main_quit();