From 0326417666a8dcae7dca5a8786229e6568ec61da Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 17 Aug 2003 16:09:05 +0000 Subject: [PATCH] (struct CHISE_DS): Definition of members are moved from chise.h. --- chise.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chise.c b/chise.c index c37a61a..a5839cb 100644 --- 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) { -- 1.7.10.4