1 #ifndef MC__EDIT_ASPELL_DIALOGS_H
2 #define MC__EDIT_ASPELL_DIALOGS_H
4 #include "lib/global.h" /* include <glib.h> */
6 /*** typedefs(not structures) and defined constants **********************************************/
8 #define B_SKIP_WORD (B_USER+3)
9 #define B_ADD_WORD (B_USER+4)
11 /*** enums ***************************************************************************************/
13 /*** structures declarations (and typedefs of structures)*****************************************/
15 /*** global variables defined in .c file *********************************************************/
17 /*** declarations of public functions ************************************************************/
19 int spell_dialog_spell_suggest_show (WEdit
* edit
, const char *word
, char **new_word
,
21 char *spell_dialog_lang_list_show (GArray
* languages
);
23 /*** inline functions ****************************************************************************/
25 #endif /* MC__EDIT_ASPELL_DIALOGS_H */