src/protocols/zephyr/zephyr.c

changeset 6059
9934c862ca14
parent 5920
963bfdefee02
child 6371
e92b66ee5518
--- a/src/protocols/zephyr/zephyr.c	Tue Jul 08 02:33:17 2003 +0000
+++ b/src/protocols/zephyr/zephyr.c	Tue Jul 08 03:36:41 2003 +0000
@@ -741,9 +741,9 @@
 }
 
 static void zephyr_add_buddy(GaimConnection *gc, const char *buddy) { }
-static void zephyr_remove_buddy(GaimConnection *gc, char *buddy, char *group) { }
+static void zephyr_remove_buddy(GaimConnection *gc, const char *buddy, const char *group) { }
 
-static int zephyr_chat_send(GaimConnection *gc, int id, char *im)
+static int zephyr_chat_send(GaimConnection *gc, int id, const char *im)
 {
 	ZNotice_t notice;
 	zephyr_triple *zt;
@@ -853,7 +853,7 @@
 	return m;
 }
 
-static void zephyr_set_away(GaimConnection *gc, char *state, char *msg)
+static void zephyr_set_away(GaimConnection *gc, const char *state, const char *msg)
 {
 	if (gc->away) {
 		g_free(gc->away);

mercurial