diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-24 23:01:23 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-24 23:01:23 +0000 |
commit | 0a5fe2140db2e6688a7ef42031a21d8293038715 (patch) | |
tree | c4a543636157a7e148ef789201f0f6373f8b548e /src/proto/message.pro | |
parent | c4def13f8bc6631add3b10bb84783acca72795ae (diff) | |
download | vim-0a5fe2140db2e6688a7ef42031a21d8293038715.zip |
updated for version 7.0092
Diffstat (limited to 'src/proto/message.pro')
-rw-r--r-- | src/proto/message.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/message.pro b/src/proto/message.pro index f6b29a296..d76182d91 100644 --- a/src/proto/message.pro +++ b/src/proto/message.pro @@ -11,6 +11,7 @@ int emsg2 __ARGS((char_u *s, char_u *a1)); void emsg_invreg __ARGS((int name)); char_u *msg_trunc_attr __ARGS((char_u *s, int force, int attr)); char_u *msg_may_trunc __ARGS((int force, char_u *s)); +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)); @@ -34,7 +35,6 @@ void str2specialbuf __ARGS((char_u *sp, char_u *buf, int len)); void msg_prt_line __ARGS((char_u *s, int list)); void msg_puts __ARGS((char_u *s)); void msg_puts_title __ARGS((char_u *s)); -void msg_puts_long __ARGS((char_u *longstr)); 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)); |