From: tomo Date: Sun, 17 Aug 2003 16:09:05 +0000 (+0000) Subject: (struct CHISE_DS): Definition of members are moved from chise.h. X-Git-Tag: b1-r0_2_0-pre3~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0326417666a8dcae7dca5a8786229e6568ec61da;p=chise%2Flibchise.git (struct CHISE_DS): Definition of members are moved from chise.h. --- 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) {