view 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 source

#ifndef __MCABBER_XMPP_S10N_H__
#define __MCABBER_XMPP_S10N_H__ 1

#include <mcabber/events.h>

gboolean evscallback_subscription(guint evcontext, const char *arg, gpointer userdata);

#endif /* __MCABBER_XMPP_S10N_H__ */

/* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */