(chise_open_attribute_table): Deleted.
authortomo <tomo>
Sun, 17 Aug 2003 16:27:24 +0000 (16:27 +0000)
committertomo <tomo>
Sun, 17 Aug 2003 16:27:24 +0000 (16:27 +0000)
(chise_close_attribute_table): Deleted.
(chise_get_attribute_table): Deleted.

chise.h

diff --git a/chise.h b/chise.h
index b6ea8ac..4061264 100644 (file)
--- 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 */