Implemented position-flag for registers.
[idzebra-moved-to-github.git] / include / zebramap.h
index e9894c3..974d80c 100644 (file)
@@ -1,10 +1,20 @@
 /*
- * Copyright (C) 1994-1998, Index Data I/S 
+ * Copyright (C) 1994-1999, Index Data
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: zebramap.h,v $
- * Revision 1.5  1998-03-05 08:39:26  adam
+ * Revision 1.8  1999-02-12 13:29:21  adam
+ * Implemented position-flag for registers.
+ *
+ * Revision 1.7  1999/02/02 14:50:46  adam
+ * Updated WIN32 code specific sections. Changed header.
+ *
+ * Revision 1.6  1998/06/23 15:33:33  adam
+ * Added feature to specify sort criteria in query (type 7 specifies
+ * sort flags).
+ *
+ * Revision 1.5  1998/03/05 08:39:26  adam
  * Minor changes to zebramap data structures. Changed query
  * mapping rules.
  *
@@ -47,12 +57,13 @@ const char *zebra_maps_output(ZebraMaps, unsigned reg_id, const char **from);
 
 int zebra_maps_attr (ZebraMaps zms, Z_AttributesPlusTerm *zapt,
                     unsigned *reg_id, char **search_type, char **rank_type,
-                    int *complete_flag);
+                    int *complete_flag, int *sort_flag);
 
 int zebra_maps_sort (ZebraMaps zms, Z_SortAttributes *sortAttributes);
 
 int zebra_maps_is_complete (ZebraMaps zms, unsigned reg_id);
 int zebra_maps_is_sort (ZebraMaps zms, unsigned reg_id);
+int zebra_maps_is_positioned (ZebraMaps zms, unsigned reg_id);
 #ifdef __cplusplus
 }
 #endif