(struct CHISE_DS): Definition of members are moved from chise.h.
authortomo <tomo>
Sun, 17 Aug 2003 16:09:05 +0000 (16:09 +0000)
committertomo <tomo>
Sun, 17 Aug 2003 16:09:05 +0000 (16:09 +0000)
chise.c

diff --git a/chise.c b/chise.c
index c37a61a..a5839cb 100644 (file)
--- a/chise.c
+++ b/chise.c
@@ -219,6 +219,13 @@ chise_format_char_id (CHISE_Char_ID cid, unsigned char *dest, int len)
     }
 }
 
+
+struct CHISE_DS
+{
+  CHISE_DS_Type type;
+  unsigned char *location;
+};
+
 CHISE_DS*
 chise_open_data_source (CHISE_DS_Type type, char *location)
 {