diff mcabber/src/commands.c @ 1158:c30c315dc447

XEP-0146 support (Remote Controlling Clients)
author misc@mandriva.org
date Thu, 15 Feb 2007 21:49:39 +0100
parents 8ba4b1e8b42d
children 39b20ea22ce9
line wrap: on
line diff
--- a/mcabber/src/commands.c	Thu Feb 15 12:45:03 2007 +0100
+++ b/mcabber/src/commands.c	Thu Feb 15 21:49:39 2007 +0100
@@ -678,7 +678,7 @@
 // Set your Jabber status.
 // - if recipient is not NULL, the status is sent to this contact only
 // - arg must be "status message" (message is optional)
-static void setstatus(const char *recipient, const char *arg)
+void setstatus(const char *recipient, const char *arg)
 {
   char **paramlst;
   char *status;
@@ -1991,7 +1991,7 @@
   free_arg_lst(paramlst);
 }
 
-static void room_leave(gpointer bud, char *arg)
+void room_leave(gpointer bud, char *arg)
 {
   gchar *roomid, *desc;
   const char *nickname;