diff options
Diffstat (limited to 'db/db.h')
-rw-r--r-- | db/db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/db.h b/db/db.h index 13c7495d64..8f1a9de9e2 100644 --- a/db/db.h +++ b/db/db.h @@ -224,6 +224,7 @@ typedef struct { #endif __BEGIN_DECLS +DB *__dbopen __P((const char *, int, int, DBTYPE, const void *)); DB *dbopen __P((const char *, int, int, DBTYPE, const void *)); #ifdef __DBINTERFACE_PRIVATE |