X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Frecctrl.h;h=4c8a7ccf93260bd7ed9d51939dbe53a8aa18cdf4;hb=4b596d1b6150430c615ca7724876e5974a282d7d;hp=3f20cb05ad3f733cd7747d0870cee1e4bfd4f139;hpb=0af00389d43835ef54928dc22f7d34ae30f3c723;p=idzebra-moved-to-github.git diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index 3f20cb0..4c8a7cc 100644 --- a/include/idzebra/recctrl.h +++ b/include/idzebra/recctrl.h @@ -1,4 +1,4 @@ -/* $Id: recctrl.h,v 1.21 2006-06-07 10:14:40 adam Exp $ +/* $Id: recctrl.h,v 1.24 2006-06-13 20:03:33 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -99,7 +99,7 @@ struct recRetrieveCtrl { char *encoding; /* preferred character encoding */ zint localno; /* local id of record */ int score; /* score 0-1000 or -1 if none */ - int staticrank; /* static rank >= 0, 0 if none */ + zint staticrank; /* static rank >= 0, 0 if none */ int recordSize; /* size of record in bytes */ char *fname; /* name of file (or NULL if internal) */ data1_handle dh;