Work on compaction of set/use bytes in dictionary.
[idzebra-moved-to-github.git] / index / zinfo.h
1 /*
2  * Copyright (C) 1994-1996, Index Data I/S 
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: zinfo.h,v $
7  * Revision 1.1  1996-05-13 14:23:07  adam
8  * Work on compaction of set/use bytes in dictionary.
9  *
10  */
11
12 #include "recindex.h"
13
14 typedef struct zebTargetInfo ZebTargetInfo;
15
16 ZebTargetInfo *zebTargetInfo_open (Records records, int writeFlag);
17 void zebTargetInfo_close (ZebTargetInfo *zti, int writeFlag);
18 int zebTargetInfo_curDatabase (ZebTargetInfo *zti, const char *database);
19 int zebTargetInfo_newDatabase (ZebTargetInfo *zti, const char *database);
20 int zebTargetInfo_lookupSU (ZebTargetInfo *zti, int set, int use);
21 int zebTargetInfo_addSU (ZebTargetInfo *zti, int set, int use);