diff options
Diffstat (limited to 'include/db.h')
-rw-r--r-- | include/db.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/db.h b/include/db.h index 383cef3831..f945233f0f 100644 --- a/include/db.h +++ b/include/db.h @@ -6,8 +6,9 @@ # 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 **)); +extern int __nss_db_open (const char *, + DBTYPE, u_int32_t, int, DB_ENV *, DB_INFO *, DB **) + __THROW; #endif #endif |