plugins/spellchk.c

changeset 5587
22cb9fe4798a
parent 5530
ba1ad464b56f
child 5872
754c63f29b77
--- 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;

mercurial