diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-12-27 21:59:20 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-12-27 21:59:20 +0000 |
commit | 86b68359978c933419279e599d0a8cf536095d77 (patch) | |
tree | 4291920506f596f1c934c9cf3af5641bdc63b900 /src/proto/ex_docmd.pro | |
parent | b5bf5b8fae9ff5e2f7704686efae2814be1e18f7 (diff) | |
download | vim-86b68359978c933419279e599d0a8cf536095d77.zip |
updated for version 7.0025
Diffstat (limited to 'src/proto/ex_docmd.pro')
-rw-r--r-- | src/proto/ex_docmd.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proto/ex_docmd.pro b/src/proto/ex_docmd.pro index b6f3b7a7a..9fabda446 100644 --- a/src/proto/ex_docmd.pro +++ b/src/proto/ex_docmd.pro @@ -25,8 +25,8 @@ void alist_clear __ARGS((alist_T *al)); void alist_init __ARGS((alist_T *al)); void alist_unlink __ARGS((alist_T *al)); void alist_new __ARGS((void)); -void alist_expand __ARGS((void)); -void alist_set __ARGS((alist_T *al, int count, char_u **files, int use_curbuf)); +void alist_expand __ARGS((int *fnum_list, int fnum_len)); +void alist_set __ARGS((alist_T *al, int count, char_u **files, int use_curbuf, int *fnum_list, int fnum_len)); void alist_add __ARGS((alist_T *al, char_u *fname, int set_fnum)); void alist_slash_adjust __ARGS((void)); void ex_splitview __ARGS((exarg_T *eap)); |