diff 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
line wrap: on
line diff
--- a/mcabber/src/commands.h	Thu Feb 15 12:45:03 2007 +0100
+++ b/mcabber/src/commands.h	Thu Feb 15 21:49:39 2007 +0100
@@ -21,6 +21,8 @@
 extern void mcabber_connect(void);
 
 void room_whois(gpointer bud, char *nick_locale, guint interactive);
+void room_leave(gpointer bud, char *arg);
+void setstatus(const char *recipient, const char *arg);
 
 #endif /* __COMMANDS_H__ */