diff mcabber/src/screen.h @ 1590:8d1bcc83ae32

Add support for spellchecking with Enchant (caolan) Patch from the issue tracker: http://bitbucket.org/McKael/mcabber-crew/issue/36/patch-to-spell-checking-using-enchant
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Oct 2009 19:33:38 +0200
parents ece4f26bf9ff
children a087125d8fc8
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sun Oct 04 18:39:08 2009 +0200
+++ b/mcabber/src/screen.h	Sun Oct 04 19:33:38 2009 +0200
@@ -14,7 +14,7 @@
 # include <panel.h>
 #endif
 
-#ifdef WITH_ASPELL
+#if defined(WITH_ENCHANT) || defined(WITH_ASPELL)
 void spellcheck_init(void);
 void spellcheck_deinit(void);
 //static void spellcheck(char*, char*);