aboutsummaryrefslogtreecommitdiff
path: root/include/db.h
blob: 64c7348ea60aab2bd03a290f66910bc51942d340 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _DB_H_

#include <db2/db.h>

/* Internal interface for NSS.  */
int __nss_db_open __P((const char *,
		       DBTYPE, u_int32_t, int, DB_ENV *, DB_INFO *, DB **));

#endif