summaryrefslogtreecommitdiffstats
path: root/src/proto/search.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-09-05 22:14:46 +0000
committerBram Moolenaar <Bram@vim.org>2005-09-05 22:14:46 +0000
commitdd2436f352e51b5ee214b28cd61641c59239251a (patch)
tree268dedc3984037e37599e6446efb88753218bf38 /src/proto/search.pro
parent92d640fad1808085ca609aecac8b854a6945d7a6 (diff)
updated for version 7.0141v7.0141
Diffstat (limited to 'src/proto/search.pro')
-rw-r--r--src/proto/search.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/search.pro b/src/proto/search.pro
index 8e222aa2a4..62f0439057 100644
--- a/src/proto/search.pro
+++ b/src/proto/search.pro
@@ -17,7 +17,7 @@ pos_T *findmatch __ARGS((oparg_T *oap, int initc));
pos_T *findmatchlimit __ARGS((oparg_T *oap, int initc, int flags, int maxtravel));
void showmatch __ARGS((int c));
int findsent __ARGS((int dir, long count));
-int findpar __ARGS((oparg_T *oap, int dir, long count, int what, int both));
+int findpar __ARGS((int *pincl, int dir, long count, int what, int both));
int startPS __ARGS((linenr_T lnum, int para, int both));
int fwd_word __ARGS((long count, int bigword, int eol));
int bck_word __ARGS((long count, int bigword, int stop));