diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-20 21:27:21 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-20 21:27:21 +0000 |
commit | 2a0449d129e211ce0b87a248e6205a11b49a203c (patch) | |
tree | 28eff7f965560f72afa4be77cc35f273fc46afa3 /src/proto/buffer.pro | |
parent | 7e8fd63682801d6cdd7f31972540c21f148b289e (diff) | |
download | vim-git-2a0449d129e211ce0b87a248e6205a11b49a203c.tar.gz |
updated for version 7.0202
Diffstat (limited to 'src/proto/buffer.pro')
-rw-r--r-- | src/proto/buffer.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/buffer.pro b/src/proto/buffer.pro index 1061e367f..07ec64c06 100644 --- a/src/proto/buffer.pro +++ b/src/proto/buffer.pro @@ -40,7 +40,7 @@ void col_print __ARGS((char_u *buf, int col, int vcol)); void maketitle __ARGS((void)); void resettitle __ARGS((void)); void free_titles __ARGS((void)); -int build_stl_str_hl __ARGS((win_T *wp, char_u *out, size_t outlen, char_u *fmt, int fillchar, int maxwidth, struct stl_hlrec *hl)); +int build_stl_str_hl __ARGS((win_T *wp, char_u *out, size_t outlen, char_u *fmt, int insecure, int fillchar, int maxwidth, struct stl_hlrec *hl)); void get_rel_pos __ARGS((win_T *wp, char_u *str)); int append_arg_number __ARGS((win_T *wp, char_u *buf, int add_file, int maxlen)); char_u *fix_fname __ARGS((char_u *fname)); |