commit | 0cb032ecb8b03d9c387b89c9f26158924f216e67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 23 20:52:00 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 23 20:52:00 2005 +0000 |
tree | 90fae818982fa882007e8c077c30c61a08bfeb38 | |
parent | 8fcc0f71a13eaecabb1314e5dc48fe937dd122b0 [diff] [blame] |
updated for version 7.0070
diff --git a/src/proto/spell.pro b/src/proto/spell.pro index 5f91f42..e56eb92 100644 --- a/src/proto/spell.pro +++ b/src/proto/spell.pro
@@ -3,5 +3,6 @@ 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 : */