3 #ifndef _DICT_DB_H_INCLUDED_
4 #define _DICT_DB_H_INCLUDED_
10 /* dictionary manager interface to DB files
12 /* #include <dict_db.h>
24 #define DICT_TYPE_HASH "hash"
25 #define DICT_TYPE_BTREE "btree"
27 extern DICT
*dict_hash_open(const char *, int, int);
28 extern DICT
*dict_btree_open(const char *, int, int);
31 * XXX Should be part of the DICT interface.
33 extern int dict_db_cache_size
;
38 /* The Secure Mailer license must be distributed with this software.
41 /* IBM T.J. Watson Research
43 /* Yorktown Heights, NY 10598, USA