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