From 17c7c011706af19bb736c6815375f3b67a5646fc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 26 Jan 2006 22:25:15 +0000 Subject: updated for version 7.0188 --- src/proto/quickfix.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/proto/quickfix.pro') diff --git a/src/proto/quickfix.pro b/src/proto/quickfix.pro index 4ea4f01d49..152f9064f6 100644 --- a/src/proto/quickfix.pro +++ b/src/proto/quickfix.pro @@ -21,8 +21,8 @@ void ex_cnext __ARGS((exarg_T *eap)); void ex_cfile __ARGS((exarg_T *eap)); 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, int action)); +int get_errorlist __ARGS((win_T *wp, list_T *list)); +int set_errorlist __ARGS((win_T *wp, list_T *list, int action)); void ex_cbuffer __ARGS((exarg_T *eap)); void ex_cexpr __ARGS((exarg_T *eap)); void ex_helpgrep __ARGS((exarg_T *eap)); -- cgit v1.2.3