summaryrefslogtreecommitdiff
path: root/src/proto/message.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-27 21:13:01 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-27 21:13:01 +0000
commit87e25fdf80c7b45deee9c59389b51503e906d93b (patch)
treee477f86746245499e324e1d1e9ccada6aed035e9 /src/proto/message.pro
parent231334e6efbf3a7f89183f8257e09492534a5f8c (diff)
downloadvim-git-87e25fdf80c7b45deee9c59389b51503e906d93b.tar.gz
updated for version 7.0117v7.0117
Diffstat (limited to 'src/proto/message.pro')
-rw-r--r--src/proto/message.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/message.pro b/src/proto/message.pro
index db09d855c..faa03680c 100644
--- a/src/proto/message.pro
+++ b/src/proto/message.pro
@@ -39,6 +39,7 @@ void msg_puts_title __ARGS((char_u *s));
void msg_puts_long_attr __ARGS((char_u *longstr, int attr));
void msg_puts_long_len_attr __ARGS((char_u *longstr, int len, int attr));
void msg_puts_attr __ARGS((char_u *s, int attr));
+void clear_sb_text __ARGS((void));
int msg_use_printf __ARGS((void));
void mch_errmsg __ARGS((char *str));
void mch_msg __ARGS((char *str));