diff src/proto/message.pro @ 514:5ffc9de8bb26

updated for version 7.0144
author vimboss
date Fri, 09 Sep 2005 19:47:12 +0000
parents dd9db57ee7ce
children e629de7618da
line wrap: on
line diff
--- a/src/proto/message.pro
+++ b/src/proto/message.pro
@@ -3,7 +3,7 @@ int msg __ARGS((char_u *s));
 int verb_msg __ARGS((char_u *s));
 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));
+char_u *msg_strtrunc __ARGS((char_u *s, int force));
 void trunc_string __ARGS((char_u *s, char_u *buf, int room));
 void reset_last_sourcing __ARGS((void));
 void msg_source __ARGS((int attr));