src/protocols/icq/gaim_icq.c

changeset 3466
db8d35ad8480
parent 3427
75387df65a9b
child 3572
d07e14aa6f26
--- a/src/protocols/icq/gaim_icq.c	Thu Aug 29 01:43:23 2002 +0000
+++ b/src/protocols/icq/gaim_icq.c	Thu Aug 29 01:47:15 2002 +0000
@@ -376,7 +376,7 @@
 	icq_KeepAlive(id->link);
 }
 
-static void icq_add_buddy(struct gaim_connection *gc, char *who) {
+static void icq_add_buddy(struct gaim_connection *gc, const char *who) {
 	struct icq_data *id = (struct icq_data *)gc->proto_data;
 	icq_ContactAdd(id->link, atol(who));
 	icq_ContactSetVis(id->link, atol(who), TRUE);

mercurial