(CHISE_Decoding_Table): Use <struct CHISE_Decoding_Table> instead of
<CHISE_Attribute_Table>.
(CHISE_Feature_Table): Use <struct CHISE_Feature_Table> instead of
<CHISE_Attribute_Table>.
}
-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,
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,