diff src/prpl.h @ 4777:e23a7e166680

[gaim-migrate @ 5097] - a couple compile cleanups - status messages and tooltips won't crash gaim when people put up certain away messages - yahoo status messages will show the current "custom" message instead of the previous one committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 14 Mar 2003 22:49:32 +0000
parents c15e0699acae
children d9b6b5ae34e4
line wrap: on
line diff
--- 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 */