commit | f461c8e7f8ce2fd2ac3367680ec4c540f04ab259 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 25 23:04:51 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 25 23:04:51 2005 +0000 |
tree | bfacc7b1f4c7b6087026c9e8c39bb1f7b305d22f | |
parent | ea408854a8360b6925122ce7709b424ab3005209 [diff] [blame] |
updated for version 7.0093
diff --git a/src/proto/quickfix.pro b/src/proto/quickfix.pro index cc2f2a7..7369a64 100644 --- a/src/proto/quickfix.pro +++ b/src/proto/quickfix.pro
@@ -1,5 +1,6 @@ /* quickfix.c */ int qf_init __ARGS((char_u *efile, char_u *errorformat, int newlist)); +void qf_free_all __ARGS((void)); void qf_jump __ARGS((int dir, int errornr, int forceit)); void qf_list __ARGS((exarg_T *eap)); void qf_age __ARGS((exarg_T *eap));