# HG changeset patch # User Nathan Walp # Date 1094317570 0 # Node ID 8fdf9706c45d5094cb24af87405f01ec3dd08dd9 # Parent 42cdec4f639b12d222d220b5b7b6ab5274c25e65 [gaim-migrate @ 10848] these should be const, and now is as good a time as any to make them that way committer: Tailor Script diff -r 42cdec4f639b -r 8fdf9706c45d src/prpl.h --- 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