From: tomo Date: Wed, 15 Oct 2003 08:28:31 +0000 (+0000) Subject: (CHISE_DS_open): Don't use DBTYPE. X-Git-Tag: b1-r0_2_0-pre10~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=34175169118b974ceff6d4177d5fada46bf55e7c;p=chise%2Flibchise.git (CHISE_DS_open): Don't use DBTYPE. --- 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);