repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
include
/
db.h
blob
64c7348ea60aab2bd03a290f66910bc51942d340
1
#ifndef _DB_H_
2
3
#include <db2/db.h>
4
5
/* Internal interface for NSS. */
6
int
__nss_db_open
__P
((
const char
*,
7
DBTYPE
,
u_int32_t
,
int
,
DB_ENV
*,
DB_INFO
*,
DB
**));
8
9
#endif