X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzinfo.h;h=e2b74b6a4b7e3580c80434be580a7099d6d2e642;hb=44082770642275dd993aa621d9dc5c5b0dc454d3;hp=1c55b81cc0037249b5e2f9f57229726a829be30c;hpb=c093259af1129171ffb244fe10f5110d7463d88d;p=idzebra-moved-to-github.git diff --git a/index/zinfo.h b/index/zinfo.h index 1c55b81..e2b74b6 100644 --- a/index/zinfo.h +++ b/index/zinfo.h @@ -1,4 +1,4 @@ -/* $Id: zinfo.h,v 1.25 2005-08-05 10:40:13 adam Exp $ +/* $Id: zinfo.h,v 1.26 2005-08-18 12:50:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -79,6 +79,7 @@ typedef struct { int recordSize; off_t recordOffset; zint runNumber; + zint staticrank; } RecordAttr; RecordAttr *rec_init_attr (ZebraExplainInfo zei, Record rec);