2 * Copyright (C) 1994, Index Data I/S
4 * Sebastian Hammer, Adam Dickmeiss
7 * Revision 1.3 1994-09-01 17:49:36 adam
8 * Removed stupid line. Work on insertion in dictionary. Not finished yet.
12 #include <sys/types.h>
20 int dict_bf_close (Dict_BFile dbf)
23 dict_bf_flush_blocks (dbf, -1);
25 xfree (dbf->all_blocks);
26 xfree (dbf->all_data);
27 xfree (dbf->hash_array);
28 i = bf_close (dbf->bf);