Update.
[glibc.git] / include / db.h
blob383cef38319787d6228c09c99ab70becb674e05e
1 #ifndef _DB_H_
3 #ifdef USE_LIBDB1
4 # include <db/db.h>
5 #else
6 # include <db2/db.h>
8 /* Internal interface for NSS. */
9 int __nss_db_open __P((const char *,
10 DBTYPE, u_int32_t, int, DB_ENV *, DB_INFO *, DB **));
11 #endif
13 #endif