projects
/
chise
/
libchise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02e1902
)
(CHISE_DS_open): Don't use DBTYPE.
author
tomo
<tomo>
Wed, 15 Oct 2003 08:28:31 +0000
(08:28 +0000)
committer
tomo
<tomo>
Wed, 15 Oct 2003 08:28:31 +0000
(08:28 +0000)
chise.h
patch
|
blob
|
history
diff --git
a/chise.h
b/chise.h
index
029a9eb
..
f6c55f5
100644
(file)
--- 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);