1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6slang_T *spell_load_file(char_u *fname, char_u *lang, slang_T *old_lp, _Bool silent );
7void suggest_load_files(void);
8int spell_check_msm(void);
9void ex_mkspell(exarg_T *eap);
10void ex_spell(exarg_T *eap);
11void spell_add_word(char_u *word, int len, int bad, int idx, _Bool undo );
12#include "nvim/func_attr.h"
13