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:
ae07bd0
)
(struct CHISE_DS): Omit definition of members.
author
tomo
<tomo>
Sun, 17 Aug 2003 16:07:15 +0000
(16:07 +0000)
committer
tomo
<tomo>
Sun, 17 Aug 2003 16:07:15 +0000
(16:07 +0000)
chise.h
patch
|
blob
|
history
diff --git
a/chise.h
b/chise.h
index
8bd4d05
..
b6ea8ac
100644
(file)
--- a/
chise.h
+++ b/
chise.h
@@
-10,11
+10,7
@@
typedef enum CHISE_DS_Type
CHISE_DS_Berkeley_DB
} CHISE_DS_Type;
-typedef struct CHISE_DS
-{
- CHISE_DS_Type type;
- unsigned char *location;
-} CHISE_DS;
+typedef struct CHISE_DS CHISE_DS;
CHISE_DS* chise_open_data_source (CHISE_DS_Type type, char *location);