X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=4e0eae221217bed8de8da4b5efd7608add4b98f1;hb=07bf224c54711e9b9fb09344ba2da0f02c6f67ab;hp=1bb24f1469f9ab6faea31dd41a9bc7e449b2feaa;hpb=b88909df16157ed1e7859bc3fad6b01520d4865e;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 1bb24f1..4e0eae2 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.167 2006-06-13 12:02:08 adam Exp $ +/* $Id: index.h,v 1.168 2006-06-22 15:07:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -429,6 +429,7 @@ void zebra_term_untrans(ZebraHandle zh, int reg_type, ZEBRA_RES zebra_apt_get_ord(ZebraHandle zh, Z_AttributesPlusTerm *zapt, + zinfo_index_category_t cat, int index_type, const char *xpath_use, oid_value curAttributeSet, @@ -436,6 +437,7 @@ ZEBRA_RES zebra_apt_get_ord(ZebraHandle zh, ZEBRA_RES zebra_attr_list_get_ord(ZebraHandle zh, Z_AttributeList *attr_list, + zinfo_index_category_t cat, int index_type, oid_value curAttributeSet, int *ord);