blob: 45cade6795d58077628360f31b285691a65ca5e3 [file] [log] [blame]
Bram Moolenaar2d3c0a92005-03-21 08:27:48 +00001/* spell.c */
Bram Moolenaar75c50c42005-06-04 22:06:24 +00002int spell_check __ARGS((win_T *wp, char_u *ptr, int *attrp));
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +00003int spell_move_to __ARGS((int dir, int allwords));
Bram Moolenaar2d3c0a92005-03-21 08:27:48 +00004char_u *did_set_spelllang __ARGS((buf_T *buf));
5void spell_reload __ARGS((void));
Bram Moolenaar0cb032e2005-04-23 20:52:00 +00006void put_bytes __ARGS((FILE *fd, long_u nr, int len));
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +00007void ex_mkspell __ARGS((exarg_T *eap));
Bram Moolenaar2d3c0a92005-03-21 08:27:48 +00008/* vim: set ft=c : */