Indexing system change. Introduced new index category type
[idzebra-moved-to-github.git] / index / index.h
index 1bb24f1..4e0eae2 100644 (file)
@@ -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);