summaryrefslogtreecommitdiffstats
path: root/src/proto/spell.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-01 22:41:52 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-01 22:41:52 +0000
commit1f8a5f0eac149a206b6b281c14325b6e8a78538a (patch)
tree9dbe9e3d2c78977f7aaa351ff79b760a110a4882 /src/proto/spell.pro
parentba4128faa39278ac928d2178ad31567e2008ea8d (diff)
updated for version 7.0099v7.0099
Diffstat (limited to 'src/proto/spell.pro')
-rw-r--r--src/proto/spell.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/spell.pro b/src/proto/spell.pro
index 91483b0225..91fcf72932 100644
--- a/src/proto/spell.pro
+++ b/src/proto/spell.pro
@@ -8,7 +8,7 @@ void spell_reload __ARGS((void));
void put_bytes __ARGS((FILE *fd, long_u nr, int len));
void ex_mkspell __ARGS((exarg_T *eap));
void ex_spell __ARGS((exarg_T *eap));
-void spell_add_word __ARGS((char_u *word, int len, int bad));
+void spell_add_word __ARGS((char_u *word, int len, int bad, int temp));
void init_spell_chartab __ARGS((void));
int spell_check_sps __ARGS((void));
void spell_suggest __ARGS((void));