2 * Copyright (C) 1994, Index Data I/S
4 * Sebastian Hammer, Adam Dickmeiss
7 * Revision 1.5 1994-09-01 17:49:36 adam
8 * Removed stupid line. Work on insertion in dictionary. Not finished yet.
10 * Revision 1.4 1994/09/01 17:44:06 adam
11 * depend include change.
13 * Revision 1.3 1994/08/18 12:40:52 adam
14 * Some development of dictionary. Not finished at all!
16 * Revision 1.2 1994/08/17 13:32:19 adam
17 * Use cache in dict - not in bfile.
19 * Revision 1.1 1994/08/16 16:26:47 adam
31 int dict_close (Dict dict)
38 dict_bf_readp (dict->dbf, 0, &head_buf);
39 memcpy (head_buf, &dict->head, sizeof(dict->head));
40 dict_bf_touch (dict->dbf, 0);
42 dict_bf_close (dict->dbf);