summaryrefslogtreecommitdiff
path: root/src/proto/buffer.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-09 21:16:21 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-09 21:16:21 +0000
commita40c500a4cf40a604851e4d22ba790a08dcbba5f (patch)
tree60592bb4f76a887176311f5ee0b944de53aeb77c /src/proto/buffer.pro
parent6cc1619799b39016acea738c1ae7ea17d2588b9c (diff)
downloadvim-git-a40c500a4cf40a604851e4d22ba790a08dcbba5f.tar.gz
updated for version 7.0036
Diffstat (limited to 'src/proto/buffer.pro')
-rw-r--r--src/proto/buffer.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/buffer.pro b/src/proto/buffer.pro
index 8641c75b5..835d2cefc 100644
--- a/src/proto/buffer.pro
+++ b/src/proto/buffer.pro
@@ -25,7 +25,7 @@ pos_T *buflist_findfpos __ARGS((buf_T *buf));
linenr_T buflist_findlnum __ARGS((buf_T *buf));
void buflist_list __ARGS((exarg_T *eap));
int buflist_name_nr __ARGS((int fnum, char_u **fname, linenr_T *lnum));
-int setfname __ARGS((buf_T *buf, char_u *ffname, char_u *sfname, int exist_msg));
+int setfname __ARGS((buf_T *buf, char_u *ffname, char_u *sfname, int message));
void buf_set_name __ARGS((int fnum, char_u *name));
void buf_name_changed __ARGS((buf_T *buf));
buf_T *setaltfname __ARGS((char_u *ffname, char_u *sfname, linenr_T lnum));