comparison libpurple/protocols/jabber/usernick.h @ 26569: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 5767b7698c73
children 8c991e09efcb
comparison
equal deleted inserted replaced
26545:b01e8e76c59d 26569: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_USERNICK_H_ 22 #ifndef PURPLE_JABBER_USERNICK_H_
23 #define _PURPLE_JABBER_USERNICK_H_ 23 #define PURPLE_JABBER_USERNICK_H_
24 24
25 #include "jabber.h" 25 #include "jabber.h"
26 26
27 /* Implementation of XEP-0172 */ 27 /* Implementation of XEP-0172 */
28 28
29 void jabber_nick_init(void); 29 void jabber_nick_init(void);
30 void jabber_nick_init_action(GList **m); 30 void jabber_nick_init_action(GList **m);
31 31
32 #endif /* _PURPLE_JABBER_USERNICK_H_ */ 32 #endif /* PURPLE_JABBER_USERNICK_H_ */