commit | 87e25fdf80c7b45deee9c59389b51503e906d93b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 21:13:01 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 21:13:01 2005 +0000 |
tree | e477f86746245499e324e1d1e9ccada6aed035e9 | |
parent | 231334e6efbf3a7f89183f8257e09492534a5f8c [diff] [blame] |
updated for version 7.0117
diff --git a/src/proto/quickfix.pro b/src/proto/quickfix.pro index 7369a64..6712cf1 100644 --- a/src/proto/quickfix.pro +++ b/src/proto/quickfix.pro
@@ -24,5 +24,6 @@ int get_errorlist __ARGS((list_T *list)); int set_errorlist __ARGS((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)); /* vim: set ft=c : */