repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
nvi
/
dist
/
common
/
dbinternal.h
blob
4ce2e06842d1a56aaf4ddcb1da2c8fff9dcef3f7
1
/* $NetBSD: dbinternal.h,v 1.2 2013/11/29 22:56:19 christos Exp $ */
2
#if !defined(db_env_create) || defined(USE_DB1)
3
int
db_env_create
(
DB_ENV
**,
u_int32_t
);
4
#endif
5
int
db_create
(
DB
**,
DB_ENV
*,
u_int32_t
);
6
const char
*
db_strerror
(
int
);