diff mcabber/src/hooks.h @ 1425:b0cfd9ab4b9f

Add a mainloop hook
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Feb 2008 21:19:58 +0100
parents f8321420ed7a
children 7b36b91a4388
line wrap: on
line diff
--- a/mcabber/src/hooks.h	Sun Feb 17 21:19:48 2008 +0100
+++ b/mcabber/src/hooks.h	Sun Feb 17 21:19:58 2008 +0100
@@ -5,6 +5,7 @@
 #include "jabglue.h"
 
 
+void hk_mainloop(void);
 void hk_message_in(const char *bjid, const char *resname,
                           time_t timestamp, const char *msg, const char *type,
                           guint encrypted);