xref: /vim-8.2.3635/src/proto/spellsuggest.pro (revision 46a426c9)
1/* spellsuggest.c */
2int spell_check_sps(void);
3void spell_suggest(int count);
4void spell_suggest_list(garray_T *gap, char_u *word, int maxcount, int need_cap, int interactive);
5/* vim: set ft=c : */
6