From 1b2deffca2bbfcc644e6f9fa4d04807934f3f7c3 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 17 Aug 2003 17:16:47 +0000 Subject: [PATCH] (CHISE_Attribute_Table): Deleted. (CHISE_Decoding_Table): Use instead of . (CHISE_Feature_Table): Use instead of . --- chise.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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, -- 1.7.10.4