Defining dbopen on Unix too. Reviewed by rpotts.

git-svn-id: svn://10.0.0.236/trunk@3687 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider 1998-06-11 23:46:52 +00:00
parent f59e1428bf
commit 53a8ad98c1

View File

@ -42,7 +42,7 @@ extern "C" {
extern "C" {
#ifdef XP_PC
#if defined(XP_PC) || defined(XP_UNIX)
DB *
dbopen(const char *fname, int flags,int mode, DBTYPE type,
const void *openinfo)