comparison mcabber/src/screen.h @ 1179:0f7e0346d9cb

Add aspell support [Note: Patch slightly modified by Mikael]
author entragian <entragian@o2.pl>
date Wed, 04 Apr 2007 23:23:37 +0200
parents 10733d7de004
children be06bbe7e449
comparison
equal deleted inserted replaced
1178:220e04816524 1179:0f7e0346d9cb
10 # include <ncurses/ncurses.h> 10 # include <ncurses/ncurses.h>
11 # include <ncurses/panel.h> 11 # include <ncurses/panel.h>
12 #else 12 #else
13 # include <ncurses.h> 13 # include <ncurses.h>
14 # include <panel.h> 14 # include <panel.h>
15 #endif
16
17 #ifdef WITH_ASPELL
18 void spellcheck_init(void);
19 void spellcheck_deinit(void);
20 //static void spellcheck(char*, char*);
15 #endif 21 #endif
16 22
17 #include "logprint.h" 23 #include "logprint.h"
18 24
19 // Length of the timestamp & flag prefix in the chat buffer window 25 // Length of the timestamp & flag prefix in the chat buffer window