New internal release.
[idzebra-moved-to-github.git] / include / rsrel.h
index aec1017..0323782 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: rsrel.h,v $
- * Revision 1.2  1996-06-11 10:53:16  quinn
+ * Revision 1.3  1996-11-08 11:08:02  adam
+ * New internal release.
+ *
+ * Revision 1.2  1996/06/11 10:53:16  quinn
  * Relevance work.
  *
  * Revision 1.1  1995/09/08  14:52:09  adam
@@ -25,8 +28,10 @@ typedef struct rset_relevance_parms
     int     max_rec;
     int     (*cmp)(const void *p1, const void *p2);
 
-    ISAM is;
+    ISAM    is;
+    ISAMC   isc;
     ISAM_P  *isam_positions;
+
     int     no_isam_positions;
     int no_terms;
     int *term_no;