X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=e3045f74f9f046139aaa5818338dd79a8cfa7075;hb=d089fa72c83a673c788d828687dbec88fe9d1c4a;hp=1bb24f1469f9ab6faea31dd41a9bc7e449b2feaa;hpb=b88909df16157ed1e7859bc3fad6b01520d4865e;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 1bb24f1..e3045f7 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.170 2006-07-04 14:10:29 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -104,6 +104,7 @@ int key_compare (const void *p1, const void *p2); void key_init(struct it_key *k); char *key_print_it (const void *p, char *buf); zint key_get_seq (const void *p); +zint key_get_segment (const void *p); int key_compare_it (const void *p1, const void *p2); int key_qsort_compare (const void *p1, const void *p2); void key_logdump (int mask, const void *p); @@ -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);