comparison mcabber/src/commands.h @ 1158:c30c315dc447

XEP-0146 support (Remote Controlling Clients)
author misc@mandriva.org
date Thu, 15 Feb 2007 21:49:39 +0100
parents 875d2c9d399c
children 16abe7ec3056
comparison
equal deleted inserted replaced
1157:5c857f0f0ab8 1158:c30c315dc447
19 19
20 extern char *mcabber_version(void); 20 extern char *mcabber_version(void);
21 extern void mcabber_connect(void); 21 extern void mcabber_connect(void);
22 22
23 void room_whois(gpointer bud, char *nick_locale, guint interactive); 23 void room_whois(gpointer bud, char *nick_locale, guint interactive);
24 void room_leave(gpointer bud, char *arg);
25 void setstatus(const char *recipient, const char *arg);
24 26
25 #endif /* __COMMANDS_H__ */ 27 #endif /* __COMMANDS_H__ */
26 28
27 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 29 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */