Mercurial > vim
diff src/proto/message.pro @ 16:3ba373b54370 v7.0008
updated for version 7.0008
author | vimboss |
---|---|
date | Mon, 12 Jul 2004 15:53:54 +0000 |
parents | 3fc0f57ecb91 |
children | ac33b7c03fac |
line wrap: on
line diff
--- a/src/proto/message.pro +++ b/src/proto/message.pro @@ -4,6 +4,7 @@ int msg_attr __ARGS((char_u *s, int attr int msg_attr_keep __ARGS((char_u *s, int attr, int keep)); char_u *msg_strtrunc __ARGS((char_u *s)); void trunc_string __ARGS((char_u *s, char_u *buf, int room)); +void msg_source __ARGS((int attr)); int emsg __ARGS((char_u *s)); int emsg2 __ARGS((char_u *s, char_u *a1)); int emsg3 __ARGS((char_u *s, char_u *a1, char_u *a2));