[gaim-migrate @ 10848]

Sat, 04 Sep 2004 17:06:10 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Sat, 04 Sep 2004 17:06:10 +0000
changeset 9952
9ccffcd53b65
parent 9951
19b949eca7f8
child 9953
2a1a461644ae

[gaim-migrate @ 10848]
these should be const, and now is as good a time as any to make them that way

src/prpl.h file | annotate | diff | comparison | revisions
--- 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