summaryrefslogtreecommitdiffstats
path: root/src/proto/spell.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-24 23:07:47 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-24 23:07:47 +0000
commit1ec484f58e9fef3666e80aa835d99a287c155911 (patch)
tree0481a24509748a218d3abb861103c9c385b6f75e /src/proto/spell.pro
parent0a5fe2140db2e6688a7ef42031a21d8293038715 (diff)
updated for version 7.0092
Diffstat (limited to 'src/proto/spell.pro')
-rw-r--r--src/proto/spell.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/spell.pro b/src/proto/spell.pro
index 900f3bf47f..37830ca6e0 100644
--- a/src/proto/spell.pro
+++ b/src/proto/spell.pro
@@ -3,6 +3,7 @@ int spell_check __ARGS((win_T *wp, char_u *ptr, int *attrp));
int spell_move_to __ARGS((int dir, int allwords, int curline));
void spell_cat_line __ARGS((char_u *buf, char_u *line, int maxlen));
char_u *did_set_spelllang __ARGS((buf_T *buf));
+void spell_free_all __ARGS((void));
void spell_reload __ARGS((void));
void put_bytes __ARGS((FILE *fd, long_u nr, int len));
void ex_mkspell __ARGS((exarg_T *eap));