Work on compaction of dictionary/isamc.
[idzebra-moved-to-github.git] / index / compact.c
1 /*
2  * Copyright (C) 1994-1999, Index Data
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: compact.c,v $
7  * Revision 1.1  1999-03-09 10:16:35  adam
8  * Work on compaction of dictionary/isamc.
9  *
10  */
11 #include <stdio.h>
12 #include <assert.h>
13 #include <string.h>
14
15 #include "index.h"
16 #include "recindex.h"
17
18 void inv_compact (BFiles bfs)
19 {
20     dict_compact (bfs, FNAME_DICT, "out");
21 }