X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=index%2Fzinfo.h;h=a0cfacc1dedd749b97389b244a1f9fed48853426;hb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;hp=a1db67cb6b61791c9c4b831b5eb7aa7985a583a5;hpb=11de0965b256736f01e55b17a603eb9ebad5ec12;p=idzebra-moved-to-github.git diff --git a/index/zinfo.h b/index/zinfo.h index a1db67c..a0cfacc 100644 --- a/index/zinfo.h +++ b/index/zinfo.h @@ -1,4 +1,4 @@ -/* $Id: zinfo.h,v 1.27 2005-08-26 10:13:31 adam Exp $ +/* $Id: zinfo.h,v 1.30 2006-05-10 08:13:23 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -69,11 +69,12 @@ void zebraExplain_flush (ZebraExplainInfo zei, void *updateHandle); int zebraExplain_lookup_ord (ZebraExplainInfo zei, int ord, int *index_type, const char **db, - int *set, int *use); + int *set, int *use, const char **string_index); int zebraExplain_trav_ord(ZebraExplainInfo zei, void *handle, int (*f)(void *handle, int ord)); +int zebraExplain_get_database_ord(ZebraExplainInfo zei); int zebraExplain_removeDatabase(ZebraExplainInfo zei, void *updateHandle); typedef struct { @@ -87,3 +88,11 @@ RecordAttr *rec_init_attr (ZebraExplainInfo zei, Record rec); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +