summaryrefslogtreecommitdiffstats
path: root/src/proto/message.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-21 22:04:51 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-21 22:04:51 +0000
commit8f7fd65b249e9680866dab628622fe093ac2abc9 (patch)
treea1fb5dcec21a549dd31438f503c3121f234d3943 /src/proto/message.pro
parent030f0dfad591422e64a75629a60309974af80938 (diff)
updated for version 7.0203
Diffstat (limited to 'src/proto/message.pro')
-rw-r--r--src/proto/message.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/proto/message.pro b/src/proto/message.pro
index a4095f263e..e029964862 100644
--- a/src/proto/message.pro
+++ b/src/proto/message.pro
@@ -16,7 +16,8 @@ int delete_first_msg __ARGS((void));
void ex_messages __ARGS((exarg_T *eap));
void msg_end_prompt __ARGS((void));
void wait_return __ARGS((int redraw));
-void set_keep_msg __ARGS((char_u *s));
+void set_keep_msg __ARGS((char_u *s, int attr));
+void set_keep_msg_from_hist __ARGS((void));
void msg_start __ARGS((void));
void msg_starthere __ARGS((void));
void msg_putchar __ARGS((int c));