1 #ifndef MC__EDIT_ASPELL_H
2 #define MC__EDIT_ASPELL_H
4 #include "lib/global.h" /* include <glib.h> */
6 /*** typedefs(not structures) and defined constants **********************************************/
8 /*** enums ***************************************************************************************/
10 /*** structures declarations (and typedefs of structures)*****************************************/
12 /*** global variables defined in .c file *********************************************************/
14 /*** declarations of public functions ************************************************************/
16 void aspell_init (void);
17 void aspell_clean (void);
19 int edit_suggest_current_word (WEdit
* edit
);
20 void edit_spellcheck_file (WEdit
* edit
);
21 void edit_set_spell_lang (void);
23 const char *spell_dialog_lang_list_show (const GPtrArray
* languages
);
25 /*** inline functions ****************************************************************************/
27 #endif /* MC__EDIT_ASPELL_H */