DBTYPE
dbopen(const char *fname, int flags, int mode, DBTYPE type,
DB *dbopen(const char *, int, int, DBTYPE, const void *);
DBTYPE type; /* Underlying db type. */
dbopen(const char *fname, int flags, int mode, DBTYPE type,
DBTYPE dbtype(char *);
DBTYPE
DBTYPE type;
void *setinfo(DBTYPE, char *);
DBTYPE type; /* Database type. */
dump_db(const char *dbname, DBTYPE dbtype)
static int dump_db(const char *, DBTYPE);
DBTYPE dbtype = DB_HASH;