commit | 32466aa2e9c45ab355dbaf99a9eedf334bc2e29f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 24 23:53:04 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 24 23:53:04 2006 +0000 |
tree | 1644d959a04f9f8c6ea5a8fe3c79f037c6915559 | |
parent | 2a3f7eeebfa05a33cc1d8fbba66a3dff976e8dd7 [diff] [blame] |
updated for version 7.0206
diff --git a/src/proto/screen.pro b/src/proto/screen.pro index c2ce8d7..c534a1f 100644 --- a/src/proto/screen.pro +++ b/src/proto/screen.pro
@@ -42,6 +42,7 @@ int screen_del_lines __ARGS((int off, int row, int line_count, int end, int force, win_T *wp)); int showmode __ARGS((void)); void unshowmode __ARGS((int force)); +void get_trans_bufname __ARGS((buf_T *buf)); int redrawing __ARGS((void)); int messaging __ARGS((void)); void showruler __ARGS((int always));