summaryrefslogtreecommitdiff
path: root/src/proto/message.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/message.pro')
-rw-r--r--src/proto/message.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/message.pro b/src/proto/message.pro
index faa03680c..e0e2e6e81 100644
--- a/src/proto/message.pro
+++ b/src/proto/message.pro
@@ -39,7 +39,9 @@ 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 may_clear_sb_text __ARGS((void));
void clear_sb_text __ARGS((void));
+void show_sb_text __ARGS((void));
int msg_use_printf __ARGS((void));
void mch_errmsg __ARGS((char *str));
void mch_msg __ARGS((char *str));