src/prpl.h

changeset 9952
9ccffcd53b65
parent 9950
ac8bc7606554
child 9971
8291bafb0025
--- a/src/prpl.h	Sat Sep 04 16:51:49 2004 +0000
+++ b/src/prpl.h	Sat Sep 04 17:06:10 2004 +0000
@@ -206,8 +206,8 @@
 	 * Fills the four char**'s with string identifiers for "emblems"
 	 * that the UI will interpret and display as relevant
 	 */
-	void (*list_emblems)(GaimBuddy *buddy, char **se, char **sw,
-						  char **nw, char **ne);
+	void (*list_emblems)(GaimBuddy *buddy, const char **se, const char **sw,
+						  const char **nw, const char **ne);
 
 	/**
 	 * Gets a short string representing this buddy's status.  This will

mercurial