summary refs log tree commit diff
path: root/include/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/db.h b/include/db.h
index f945233f0f..724b5dbb41 100644
--- a/include/db.h
+++ b/include/db.h
@@ -7,8 +7,7 @@
 
 /* Internal interface for NSS.  */
 extern int __nss_db_open (const char *,
-			  DBTYPE, u_int32_t, int, DB_ENV *, DB_INFO *, DB **)
-     __THROW;
+			  DBTYPE, u_int32_t, int, DB_ENV *, DB_INFO *, DB **);
 #endif
 
 #endif