From 34175169118b974ceff6d4177d5fada46bf55e7c Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 15 Oct 2003 08:28:31 +0000 Subject: [PATCH] (CHISE_DS_open): Don't use DBTYPE. --- chise.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chise.h b/chise.h index 029a9eb..f6c55f5 100644 --- a/chise.h +++ b/chise.h @@ -16,7 +16,7 @@ typedef struct CHISE_DS CHISE_DS; CHISE_DS* CHISE_DS_open (CHISE_DS_Type type, const unsigned char *location, - DBTYPE subtype, int modemask); + int subtype, int modemask); int CHISE_DS_close (CHISE_DS *ds); -- 1.7.10.4