Mercurial > pidgin
diff plugins/spellchk.c @ 1000:91b7377e7b45
[gaim-migrate @ 1010]
Plugins work again, I think. There may still be some bugginess.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 16 Oct 2000 20:11:18 +0000 |
| parents | be408b41c172 |
| children | ece2d1543b20 |
line wrap: on
line diff
--- a/plugins/spellchk.c Sun Oct 15 03:55:23 2000 +0000 +++ b/plugins/spellchk.c Mon Oct 16 20:11:18 2000 +0000 @@ -31,7 +31,7 @@ char *have_word(char *, int); void substitute(char **, int, int, char *); -void substitute_words(char *who, char **message, void *m) { +void substitute_words(struct gaim_connection *gc, char *who, char **message, void *m) { int i, l; int word; GList *w;
