comparison src/proto/quickfix.pro @ 446:7472c565592a v7.0117

updated for version 7.0117
author vimboss
date Wed, 27 Jul 2005 21:13:01 +0000
parents 6c62b9b939bd
children e4fa26ce8769
comparison
equal deleted inserted replaced
445:c773cb978acf 446:7472c565592a
22 void ex_vimgrep __ARGS((exarg_T *eap)); 22 void ex_vimgrep __ARGS((exarg_T *eap));
23 char_u *skip_vimgrep_pat __ARGS((char_u *p, char_u **s, int *flags)); 23 char_u *skip_vimgrep_pat __ARGS((char_u *p, char_u **s, int *flags));
24 int get_errorlist __ARGS((list_T *list)); 24 int get_errorlist __ARGS((list_T *list));
25 int set_errorlist __ARGS((list_T *list, int action)); 25 int set_errorlist __ARGS((list_T *list, int action));
26 void ex_cbuffer __ARGS((exarg_T *eap)); 26 void ex_cbuffer __ARGS((exarg_T *eap));
27 void ex_cexpr __ARGS((exarg_T *eap));
27 void ex_helpgrep __ARGS((exarg_T *eap)); 28 void ex_helpgrep __ARGS((exarg_T *eap));
28 /* vim: set ft=c : */ 29 /* vim: set ft=c : */