--- a/plugins/spellchk.c Sat May 31 06:50:47 2003 +0000 +++ b/plugins/spellchk.c Sat May 31 06:59:58 2003 +0000 @@ -38,7 +38,7 @@ static void substitute(char **, int, int, const char *); static GtkListStore *model; -static void substitute_words(struct gaim_connection *gc, char *who, char **message, void *m) { +static void substitute_words(GaimConnection *gc, char *who, char **message, void *m) { int i, l; int word; char *tmp;