From: tomo Date: Sun, 17 Aug 2003 16:27:24 +0000 (+0000) Subject: (chise_open_attribute_table): Deleted. X-Git-Tag: b1-r0_2_0-pre3~7 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Flibchise.git;a=commitdiff_plain;h=86c46e50f42fa21589b7ad97a13aa03b62b0f73b;hp=9b73507f7f2b8bab134c3b2f151f5b5e57638836 (chise_open_attribute_table): Deleted. (chise_close_attribute_table): Deleted. (chise_get_attribute_table): Deleted. --- diff --git a/chise.h b/chise.h index b6ea8ac..4061264 100644 --- a/chise.h +++ b/chise.h @@ -86,16 +86,4 @@ CHISE_Char_ID chise_decode_char (CHISE_DS *ds, char *ccs, int code_point); int chise_get_feature (CHISE_DS *ds, CHISE_Char_ID cid, char *key, CHISE_Value *valdatum); - -CHISE_Attribute_Table* -chise_open_attribute_table (CHISE_DS *ds, - const char *encoding, const char *feature, - DBTYPE real_subtype, - u_int32_t accessmask, int modemask); - -int chise_close_attribute_table (CHISE_Attribute_Table *at); - -int chise_get_attribute_table (CHISE_Attribute_Table *at, - char *key, CHISE_Value *valdatum); - #endif /* !_CHISE_H */