X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=fb865b50d4f81802fc78020cd68673f710d9ed83;hb=104beff061317519411d779c7c84419ccdfc70e1;hp=985c39b3fcab000ab2a9245f67f942d20cfa99c3;hpb=58e3c5132f9fe86fefbf2e130275ab9980eeed1e;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 985c39b..fb865b5 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.100 2003-06-18 11:46:33 adam Exp $ +/* $Id: index.h,v 1.101 2003-06-20 14:21:23 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -462,7 +462,7 @@ int fileExtract (ZebraHandle zh, SYSNO *sysno, const char *fname, const struct recordGroup *rGroup, int deleteFlag); int zebra_begin_read (ZebraHandle zh); -void zebra_end_read (ZebraHandle zh); +int zebra_end_read (ZebraHandle zh); int zebra_file_stat (const char *file_name, struct stat *buf, int follow_links);