[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/info search.h
From: |
Sergey Poznyakoff |
Subject: |
texinfo/info search.h |
Date: |
Thu, 10 Feb 2011 09:15:33 +0000 |
CVSROOT: /cvsroot/texinfo
Module name: texinfo
Changes by: Sergey Poznyakoff <gray> 11/02/10 09:15:33
Modified files:
info : search.h
Log message:
(regexp_search): Change signature.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/info/search.h?cvsroot=texinfo&r1=1.9&r2=1.10
Patches:
Index: search.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/search.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- search.h 23 Jan 2009 09:37:40 -0000 1.9
+++ search.h 10 Feb 2011 09:15:33 -0000 1.10
@@ -1,5 +1,5 @@
/* search.h -- Structure used to search large bodies of text, with bounds.
- $Id: search.h,v 1.9 2009/01/23 09:37:40 gray Exp $
+ $Id: search.h,v 1.10 2011/02/10 09:15:33 gray Exp $
Copyright (C) 1993, 1997, 1998, 2002, 2004, 2007, 2009
Free Software Foundation, Inc.
@@ -59,7 +59,7 @@
extern enum search_result search (char *string, SEARCH_BINDING *binding,
long *poff);
extern enum search_result regexp_search (char *regexp,
- SEARCH_BINDING *binding, long length,
+ SEARCH_BINDING *binding,
long *poff,
SEARCH_BINDING *pret);
extern int looking_at (char *string, SEARCH_BINDING *binding);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/info search.h,
Sergey Poznyakoff <=