commit | 2641f77fbcbd2dbfd494e940aed7fe0df4760f22 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 21:58:17 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 21:58:17 2005 +0000 |
tree | 3243064afaaea82e64f6787113de8c667ad573bf | |
parent | 68b76a69aa818e4220654244a4353ab43c1ae728 [diff] [blame] |
updated for version 7.0064
diff --git a/src/proto/quickfix.pro b/src/proto/quickfix.pro index c731876..87621ca 100644 --- a/src/proto/quickfix.pro +++ b/src/proto/quickfix.pro
@@ -21,6 +21,7 @@ void ex_vimgrep __ARGS((exarg_T *eap)); char_u *skip_vimgrep_pat __ARGS((char_u *p, char_u **s, int *flags)); int get_errorlist __ARGS((list_T *list)); +int set_errorlist __ARGS((list_T *list)); void ex_cbuffer __ARGS((exarg_T *eap)); void ex_helpgrep __ARGS((exarg_T *eap)); /* vim: set ft=c : */