diff mcabber/mcabber/xmpp_s10n.h @ 1685:1342df44c814

Improved events interface * User can pass additional arguments to event handler * MUC invitation reject now can be supplied a reason
author Myhailo Danylenko <isbear@ukrpost.net>
date Tue, 02 Feb 2010 22:44:18 +0100
parents 41c26b7d2890
children e6d355e50d7a
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp_s10n.h	Tue Jan 19 19:16:38 2010 +0200
+++ b/mcabber/mcabber/xmpp_s10n.h	Tue Feb 02 22:44:18 2010 +0100
@@ -3,7 +3,7 @@
 
 #include <mcabber/events.h>
 
-int evscallback_subscription(eviqs *evp, guint evcontext);
+gboolean evscallback_subscription(guint evcontext, const char *arg, gpointer userdata);
 
 #endif /* __MCABBER_XMPP_S10N_H__ */