From b164e0eb750ec0a6077e0fc1960dc1f12a790661 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 8 Nov 1996 11:08:01 +0000 Subject: [PATCH] New internal release. --- include/isamc.h | 9 ++++++--- include/rsrel.h | 9 +++++++-- include/zebraver.h | 8 ++++++-- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/include/isamc.h b/include/isamc.h index 40ba83f..c6d485e 100644 --- a/include/isamc.h +++ b/include/isamc.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: isamc.h,v $ - * Revision 1.3 1996-11-01 13:35:03 adam + * Revision 1.4 1996-11-08 11:08:01 adam + * New internal release. + * + * Revision 1.3 1996/11/01 13:35:03 adam * New element, max_blocks_mem, that control how many blocks of max size * to store in memory during isc_merge. * @@ -59,8 +62,8 @@ ISAMC_P isc_merge (ISAMC is, ISAMC_P pos, ISAMC_I data); ISAMC_PP isc_pp_open (ISAMC is, ISAMC_P pos); void isc_pp_close (ISAMC_PP pp); int isc_read_item (ISAMC_PP pp, char **dst); -int isc_read_key (ISAMC_PP pp, void *buf); -int isc_numkeys (ISAMC_PP pp); +int isc_pp_read (ISAMC_PP pp, void *buf); +int isc_pp_num (ISAMC_PP pp); #define isc_type(x) ((x) & 7) #define isc_block(x) ((x) >> 3) diff --git a/include/rsrel.h b/include/rsrel.h index aec1017..0323782 100644 --- a/include/rsrel.h +++ b/include/rsrel.h @@ -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; diff --git a/include/zebraver.h b/include/zebraver.h index cffb455..1561159 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zebraver.h,v $ - * Revision 1.8 1996-10-18 12:38:22 adam + * Revision 1.9 1996-11-08 11:08:03 adam + * New internal release. + * + * Revision 1.8 1996/10/18 12:38:22 adam * New internal release. * * Revision 1.7 1996/06/06 13:30:12 quinn @@ -35,5 +38,6 @@ #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 1996-10-18 12:38:22 $" +#define ZEBRADATE "$Date: 1996-11-08 11:08:03 $" #endif + -- 1.7.10.4