view mcabber/mcabber/xmpp_iqrequest.h @ 1700:87dd0a8f1a9c

Remove the "new message" flag when a buffer is purged with /buffer purge We do not remove it when a buffer is closed as it may still be useful.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 07 Feb 2010 17:34:00 +0100
parents 41c26b7d2890
children e6d355e50d7a
line wrap: on
line source

#ifndef __MCABBER_XMPP_IQREQUEST_H__
#define __MCABBER_XMPP_IQREQUEST_H__ 1

void xmpp_iq_request(const char *fulljid, const char *xmlns);

#endif /* __MCABBER_XMPP_IQREQUEST_H__ */

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