comparison plugins/spellchk.c @ 6735:b0913ab92893

[gaim-migrate @ 7267] This is some compile warning cleanup stuff. I tried compiling with CFLAGS="-ansi -ggdb -pedantic -Wall" It's fun. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 04 Sep 2003 03:50:22 +0000
parents 70d5122bc3ff
children e9a730ad5a3c
comparison
equal deleted inserted replaced
6734:bf77a7db61c2 6735:b0913ab92893
8 #include "signals.h" 8 #include "signals.h"
9 #include "util.h" 9 #include "util.h"
10 10
11 #include "gtkplugin.h" 11 #include "gtkplugin.h"
12 #include "gtkutils.h" 12 #include "gtkutils.h"
13
14 #include <stdio.h>
15 #include <string.h>
16 #include <strings.h>
17 #include <sys/types.h>
18 #include <sys/stat.h>
13 19
14 #define SPELLCHECK_PLUGIN_ID "gtk-spellcheck" 20 #define SPELLCHECK_PLUGIN_ID "gtk-spellcheck"
15 21
16 enum { 22 enum {
17 BAD_COLUMN, 23 BAD_COLUMN,