From: tomo Date: Sun, 17 Aug 2003 17:16:47 +0000 (+0000) Subject: (CHISE_Attribute_Table): Deleted. X-Git-Tag: b1-r0_2_0-pre3~4 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b2deffca2bbfcc644e6f9fa4d04807934f3f7c3;p=chise%2Flibchise.git (CHISE_Attribute_Table): Deleted. (CHISE_Decoding_Table): Use instead of . (CHISE_Feature_Table): Use instead of . --- diff --git a/chise.h b/chise.h index 4061264..7657a4e 100644 --- a/chise.h +++ b/chise.h @@ -41,14 +41,7 @@ chise_value_to_c_string (const CHISE_Value *s) } -typedef struct CHISE_Attribute_Table -{ - CHISE_DS *ds; - DB *db; -} CHISE_Attribute_Table; - - -typedef CHISE_Attribute_Table CHISE_Decoding_Table; +typedef struct CHISE_Decoding_Table CHISE_Decoding_Table; CHISE_Decoding_Table* chise_ds_open_decoding_table (CHISE_DS *ds, const char *ccs, @@ -63,7 +56,7 @@ int chise_dt_put_char (CHISE_Decoding_Table *table, int code_point, CHISE_Char_ID cid); -typedef CHISE_Attribute_Table CHISE_Feature_Table; +typedef struct CHISE_Feature_Table CHISE_Feature_Table; CHISE_Feature_Table* chise_ds_open_feature_table (CHISE_DS *ds, const char *feature,