From: Sean E. <sea...@us...> - 2002-08-29 01:47:18
|
Update of /cvsroot/gaim/gaim/src/protocols/zephyr In directory usw-pr-cvs1:/tmp/cvs-serv15635/src/protocols/zephyr Modified Files: zephyr.c Log Message: some patches from some people. Index: zephyr.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/zephyr/zephyr.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- zephyr.c 25 Aug 2002 10:51:24 -0000 1.23 +++ zephyr.c 29 Aug 2002 01:47:15 -0000 1.24 @@ -732,7 +732,7 @@ z_call(ZClosePort()); } -static void zephyr_add_buddy(struct gaim_connection *gc, char *buddy) { } +static void zephyr_add_buddy(struct gaim_connection *gc, const char *buddy) { } static void zephyr_remove_buddy(struct gaim_connection *gc, char *buddy, char *group) { } static int zephyr_chat_send(struct gaim_connection *gc, int id, char *im) |