(CHISE_Attribute_Table): Use <DB> instead of <struct
authortomo <tomo>
Sun, 17 Aug 2003 18:25:34 +0000 (18:25 +0000)
committertomo <tomo>
Sun, 17 Aug 2003 18:25:34 +0000 (18:25 +0000)
commit673f0d0218f209da7a73b2e252c3ac964dfb860a
tree7bfbf5c427a23f7993d983a926789312b7cc4e8b
parente4dc7e3d16752da9061eb5fd50e7a3a8ae09300f
(CHISE_Attribute_Table): Use <DB> instead of <struct
CHISE_Attribute_Table>.
(chise_put_attribute_table): New prototype.
(struct CHISE_Decoding_Table): Use <CHISE_Attribute_Table *> instead
of <DB *> as the type of member `db'.
(chise_ds_open_decoding_table): New implementation.
(chise_dt_close): Likewise.
(chise_dt_get_char): Modify for new implementation of <struct
CHISE_Decoding_Table>.
(chise_dt_put_char): Likewise.
(struct CHISE_Feature_Table): Use <CHISE_Attribute_Table *> instead
of <DB *> as the type of member `db'.
(chise_ds_open_feature_table): New implementation.
(chise_ft_close): Likewise.
(chise_ft_get_value): Modify for new implementation of <struct
CHISE_Feature_Table>.
(chise_open_attribute_table): Use db_dir instead of ds as the first
argument; modify for new implementation of <CHISE_Attribute_Table>.
(chise_close_attribute_table): Modify for new implementation of
<CHISE_Attribute_Table>.
(chise_get_attribute_table): Likewise.
(chise_put_attribute_table): Likewise.
chise.c