From f490803d13f53f9615e258126f6fe25eabc83c3e Mon Sep 17 00:00:00 2001 From: NotZed Date: Sun, 7 May 2000 03:57:50 +0000 Subject: New function to find out if a file is indexed. 2000-05-06 NotZed * find.c (ibex_contains_name): New function to find out if a file is indexed. svn path=/trunk/; revision=2856 --- libibex/ibex.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libibex/ibex.h') diff --git a/libibex/ibex.h b/libibex/ibex.h index e24508aaf7..646853b120 100644 --- a/libibex/ibex.h +++ b/libibex/ibex.h @@ -87,6 +87,10 @@ GPtrArray *ibex_find (ibex *ib, char *word); */ gboolean ibex_find_name (ibex *ib, char *name, char *word); +/* has a file been indexed? + */ +gboolean ibex_contains_name(ibex *ib, char *name); + /* Return all the files containing all of the words in the given * array. Returned data is like with ibex_find. */ -- cgit v1.2.3