comparison libpurple/protocols/jabber/caps.h @ 25032:7f6558c7a0a3

* implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function
author Tobias Markmann <tfar@soc.pidgin.im>
date Tue, 15 Jul 2008 15:38:15 +0000
parents e6f92c0f9770
children 84ff003a7d33
comparison
equal deleted inserted replaced
25031:3f719eaa7fd1 25032:7f6558c7a0a3
86 /** Get the current caps hash. 86 /** Get the current caps hash.
87 * @ret hash 87 * @ret hash
88 **/ 88 **/
89 const gchar* jabber_caps_get_own_hash(); 89 const gchar* jabber_caps_get_own_hash();
90 90
91 /**
92 *
93 */
94 void jabber_caps_broadcast_change();
95
91 #endif /* _PURPLE_JABBER_CAPS_H_ */ 96 #endif /* _PURPLE_JABBER_CAPS_H_ */