comparison libpurple/protocols/jabber/caps.h @ 26487:bc7fac8e2f79

propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae) to branch 'im.pidgin.cpw.darkrain42.xmpp.bosh' (head 8b60514f2b44295e87ee3587669aec5059556149)
author Paul Aurich <paul@darkrain42.org>
date Sun, 05 Apr 2009 21:13:10 +0000
parents 5ad14a53e266 5767b7698c73
children 70fdb6fc8aee
comparison
equal deleted inserted replaced
26463:b01e8e76c59d 26487:bc7fac8e2f79
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21 21
22 #ifndef _PURPLE_JABBER_CAPS_H_ 22 #ifndef PURPLE_JABBER_CAPS_H_
23 #define _PURPLE_JABBER_CAPS_H_ 23 #define PURPLE_JABBER_CAPS_H_
24 24
25 typedef struct _JabberCapsClientInfo JabberCapsClientInfo; 25 typedef struct _JabberCapsClientInfo JabberCapsClientInfo;
26 26
27 #include "jabber.h" 27 #include "jabber.h"
28 28
97 /** 97 /**
98 * Broadcast a new calculated hash using a <presence> stanza. 98 * Broadcast a new calculated hash using a <presence> stanza.
99 */ 99 */
100 void jabber_caps_broadcast_change(void); 100 void jabber_caps_broadcast_change(void);
101 101
102 #endif /* _PURPLE_JABBER_CAPS_H_ */ 102 #endif /* PURPLE_JABBER_CAPS_H_ */