From dd2436f352e51b5ee214b28cd61641c59239251a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 5 Sep 2005 22:14:46 +0000 Subject: updated for version 7.0141 --- src/proto/search.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proto/search.pro') diff --git a/src/proto/search.pro b/src/proto/search.pro index 8e222aa2a..62f043905 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)); -- cgit v1.2.1