(struct CHISE_DS): Omit definition of members.
authortomo <tomo>
Sun, 17 Aug 2003 16:07:15 +0000 (16:07 +0000)
committertomo <tomo>
Sun, 17 Aug 2003 16:07:15 +0000 (16:07 +0000)
chise.h

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);