1 #ifndef _DICT_DB_H_INCLUDED_
2 #define _DICT_DB_H_INCLUDED_
22 #define DICT_TYPE_HASH "hash"
23 #define DICT_TYPE_BTREE "btree"
37 #define DEFINE_DICT_DB_CACHE_SIZE int dict_db_cache_size = (128 * 1024)
DICT * dict_btree_open(const char *, int, int)
DICT * dict_hash_open(const char *, int, int)