X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frecindex.h;h=d0538ca9c835ba0e704464d762f8ae2e4bd65376;hb=99e4ce02beb2ea748b9970ef35fe8834f04a1528;hp=d95c9ef91300734aa2a751f491fe520466576c8e;hpb=ed3944df3f241654030ef0d391c85b3e6f6e7230;p=idzebra-moved-to-github.git diff --git a/index/recindex.h b/index/recindex.h index d95c9ef..d0538ca 100644 --- a/index/recindex.h +++ b/index/recindex.h @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recindex.h,v $ - * Revision 1.8 1995-12-06 12:41:25 adam + * Revision 1.9 1996-05-01 13:46:36 adam + * First work on multiple records in one file. + * New option, -offset, to the "unread" command in the filter module. + * + * Revision 1.8 1995/12/06 12:41:25 adam * New command 'stat' for the index program. * Filenames can be read from stdin by specifying '-'. * Bug fix/enhancement of the transformation from terms to regular @@ -66,6 +70,7 @@ enum { recInfo_filename, recInfo_delKeys, recInfo_databaseName, - recInfo_storeData + recInfo_storeData, + recInfo_offset };