(chise_open_data_source): Interface change; allocate a CHISE_DS object
authortomo <tomo>
Sun, 17 Aug 2003 13:49:01 +0000 (13:49 +0000)
committertomo <tomo>
Sun, 17 Aug 2003 13:49:01 +0000 (13:49 +0000)
commit877ee8ab4278a2a2a5ea51b9349d7d24fa2ac153
tree01350d00d87a70eec4a37021cd5e1297d38370e6
parent746ea9a4c49e062117f2f52184ad4a0832988696
(chise_open_data_source): Interface change; allocate a CHISE_DS object
and return it.
(chise_ds_close): Renamed from `chise_close_data_source'; destroy the
specified CHISE_DS object.
(chise_ds_open_decoding_table): Renamed from
`chise_open_decoding_table' and changed the interface.
(chise_dt_close): Renamed from `chise_close_decoding_table'.
(chise_ds_open_feature_table): Renamed from `chise_open_feature_table'
and changed the interface.
(chise_ft_close): Renamed from `chise_close_feature_table'.
(chise_open_attribute_table): Interface change; allocate a
CHISE_Attribute_Table object and return it; require pointer for data
source object instead of db_dir.
(chise_close_attribute_table): Destroy the specified
CHISE_Attribute_Table object.
chise.c