summaryrefslogtreecommitdiffstats
path: root/src/proto/spell.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-04-23 20:52:00 +0000
committerBram Moolenaar <Bram@vim.org>2005-04-23 20:52:00 +0000
commit0cb032ecb8b03d9c387b89c9f26158924f216e67 (patch)
tree90fae818982fa882007e8c077c30c61a08bfeb38 /src/proto/spell.pro
parent8fcc0f71a13eaecabb1314e5dc48fe937dd122b0 (diff)
updated for version 7.0070
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 5f91f4235a..e56eb92934 100644
--- a/src/proto/spell.pro
+++ b/src/proto/spell.pro
@@ -3,5 +3,6 @@ int spell_check __ARGS((win_T *wp, char_u *line, char_u *ptr, int *attrp));
int spell_move_to __ARGS((int dir, int allwords));
char_u *did_set_spelllang __ARGS((buf_T *buf));
void spell_reload __ARGS((void));
+void put_bytes __ARGS((FILE *fd, long_u nr, int len));
void ex_mkspell __ARGS((exarg_T *eap));
/* vim: set ft=c : */