mecedit: spell: reduce functions scope.
[midnight-commander.git] / src / editor / spell.h
blob04e779de15f0211088e0e2d07d57493e66552f4b
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 */