diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-04-23 20:52:00 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-04-23 20:52:00 +0000 |
commit | 0cb032ecb8b03d9c387b89c9f26158924f216e67 (patch) | |
tree | 90fae818982fa882007e8c077c30c61a08bfeb38 /src/proto | |
parent | 8fcc0f71a13eaecabb1314e5dc48fe937dd122b0 (diff) | |
download | vim-0cb032ecb8b03d9c387b89c9f26158924f216e67.zip |
updated for version 7.0070
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/spell.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/spell.pro b/src/proto/spell.pro index 5f91f4235..e56eb9293 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 : */ |