Update.
[glibc.git] / include / db.h
blob64c7348ea60aab2bd03a290f66910bc51942d340
1 #ifndef _DB_H_
3 #include <db2/db.h>
5 /* Internal interface for NSS. */
6 int __nss_db_open __P((const char *,
7 DBTYPE, u_int32_t, int, DB_ENV *, DB_INFO *, DB **));
9 #endif