about summary refs log tree commit diff
path: root/db2/db185/db185_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'db2/db185/db185_int.h')
-rw-r--r--db2/db185/db185_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/db2/db185/db185_int.h b/db2/db185/db185_int.h
index 656dfddf78..f3e24b9026 100644
--- a/db2/db185/db185_int.h
+++ b/db2/db185/db185_int.h
@@ -130,6 +130,7 @@ typedef struct {
 #if defined(__cplusplus)
 extern "C" {
 #endif
+DB185 *__dbopen __P((const char *, int, int, DBTYPE, const void *));
 DB185 *dbopen __P((const char *, int, int, DBTYPE, const void *));
 #if defined(__cplusplus)
 };