libpurple/protocols/jabber/caps.h

branch
cpw.darkrain42.xmpp.bosh
changeset 26707
a4f7c5d5e5ae
parent 24882
7e842d8123e8
parent 26703
17f9a4bef2a3
child 27067
fa8eb96a2544
equal deleted inserted replaced
26674:133392eaf4b8 26707:a4f7c5d5e5ae
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_ */

mercurial