--- a/src/prpl.h Fri Mar 14 17:41:41 2003 +0000 +++ b/src/prpl.h Fri Mar 14 22:49:32 2003 +0000 @@ -433,7 +433,7 @@ * @param data The icon data. * @param len The length of @a data. */ -void set_icon_data(struct gaim_connection *gc, char *who, void *data, int len); +void set_icon_data(struct gaim_connection *gc, const char *who, void *data, int len); /** * Retrieves the buddy icon data for a user. @@ -444,7 +444,7 @@ * * @return The buddy icon data. */ -void *get_icon_data(struct gaim_connection *gc, char *who, int *len); +void *get_icon_data(struct gaim_connection *gc, const char *who, int *len); /* stuff to load/unload PRPLs as necessary */