Mercurial > pidgin.yaz
comparison plugins/spellchk.c @ 5587:1c55b1540e18
[gaim-migrate @ 5991]
The rest of the plugins compile. Well, the default ones.
notify.c is no longer compiled by default. I don't know for sure what we're
doing with this, but I didn't want to fix it :)
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 31 May 2003 06:59:58 +0000 |
parents | 2c4c975620f0 |
children | 059d95c67cda |
comparison
equal
deleted
inserted
replaced
5586:cde28f5c47d4 | 5587:1c55b1540e18 |
---|---|
36 static int get_word(char *, int); | 36 static int get_word(char *, int); |
37 static char *have_word(char *, int); | 37 static char *have_word(char *, int); |
38 static void substitute(char **, int, int, const char *); | 38 static void substitute(char **, int, int, const char *); |
39 static GtkListStore *model; | 39 static GtkListStore *model; |
40 | 40 |
41 static void substitute_words(struct gaim_connection *gc, char *who, char **message, void *m) { | 41 static void substitute_words(GaimConnection *gc, char *who, char **message, void *m) { |
42 int i, l; | 42 int i, l; |
43 int word; | 43 int word; |
44 char *tmp; | 44 char *tmp; |
45 | 45 |
46 if (message == NULL || *message == NULL) | 46 if (message == NULL || *message == NULL) |