commit | 0fa313a71870ccc2ba63da25a7abea850f5b3d02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 21:07:57 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 21:07:57 2005 +0000 |
tree | fc949b566e1d78f6eea570aab55c52b7d6a6b052 | |
parent | c388fbf9d99a8950c8c9a01466cfb8baa104ee8c [diff] [blame] |
updated for version 7.0127
diff --git a/src/proto/screen.pro b/src/proto/screen.pro index fd6a1fa..c2ce8d7 100644 --- a/src/proto/screen.pro +++ b/src/proto/screen.pro
@@ -10,6 +10,7 @@ void update_screen __ARGS((int type)); void update_debug_sign __ARGS((buf_T *buf, linenr_T lnum)); void updateWindow __ARGS((win_T *wp)); +void rl_mirror __ARGS((char_u *str)); void status_redraw_all __ARGS((void)); void status_redraw_curbuf __ARGS((void)); void redraw_statuslines __ARGS((void));