diff mcabber/src/jabglue.h @ 294:871e53769084

Allow one status message per Jabber status Messages can be defined with the following options: message (overrides any of the others), message_avail, message_free, message_dnd, message_notavail, message_away
author Mikael Berthe <mikael@lilotux.net>
date Sat, 09 Jul 2005 12:44:57 +0100
parents 4d7040cff8ee
children 35cda94e570d 12f919be3da5
line wrap: on
line diff
--- a/mcabber/src/jabglue.h	Sat Jul 09 09:50:01 2005 +0100
+++ b/mcabber/src/jabglue.h	Sat Jul 09 12:44:57 2005 +0100
@@ -43,7 +43,7 @@
 void jb_delbuddy(const char *jid);
 void jb_updatebuddy(const char *jid, const char *name, const char *group);
 inline enum imstatus jb_getstatus();
-void jb_setstatus(enum imstatus st, char *msg);
+void jb_setstatus(enum imstatus st, const char *msg);
 void jb_send_msg(const char *, const char *);
 void jb_keepalive();
 inline void jb_reset_keepalive();