From: Sean E. <sea...@us...> - 2002-08-29 01:47:18
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv15635/src/protocols/yahoo Modified Files: yahoo.c Log Message: some patches from some people. Index: yahoo.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- yahoo.c 25 Aug 2002 10:51:24 -0000 1.44 +++ yahoo.c 29 Aug 2002 01:47:15 -0000 1.45 @@ -188,7 +188,7 @@ return pkt; } -static void yahoo_packet_hash(struct yahoo_packet *pkt, int key, char *value) +static void yahoo_packet_hash(struct yahoo_packet *pkt, int key, const char *value) { struct yahoo_pair *pair = g_new0(struct yahoo_pair, 1); pair->key = key; @@ -1321,7 +1321,7 @@ yahoo_packet_free(pkt); } -static void yahoo_add_buddy(struct gaim_connection *gc, char *who) +static void yahoo_add_buddy(struct gaim_connection *gc, const char *who) { struct yahoo_data *yd = (struct yahoo_data *)gc->proto_data; struct yahoo_packet *pkt; |