(chise_feature_setup_db): New prototype.
authortomo <tomo>
Mon, 6 Oct 2003 11:36:59 +0000 (11:36 +0000)
committertomo <tomo>
Mon, 6 Oct 2003 11:36:59 +0000 (11:36 +0000)
(chise_ccs_setup_db): Likewise.

chise.h

diff --git a/chise.h b/chise.h
index ce2ea62..f14cb1c 100644 (file)
--- a/chise.h
+++ b/chise.h
@@ -55,6 +55,8 @@ chise_ds_load_char_feature_value (CHISE_DS *ds,
                                  const unsigned char *name,
                                  CHISE_Value *valdatum);
 
+int chise_feature_setup_db (CHISE_Feature feature, int writable);
+
 int chise_feature_sync (CHISE_Feature feature);
 
 int chise_char_set_feature_value (CHISE_Char_ID cid,
@@ -106,11 +108,13 @@ static inline CHISE_Char_ID
 chise_ds_decode_char (CHISE_DS *ds,
                      const unsigned char *ccs, int code_point);
 
-int chise_ccs_set_decoded_char (CHISE_CCS ccs,
-                               int code_point, CHISE_Char_ID cid);
+int chise_ccs_setup_db (CHISE_CCS ccs, int writable);
 
 int chise_ccs_sync (CHISE_CCS ccs);
 
+int chise_ccs_set_decoded_char (CHISE_CCS ccs,
+                               int code_point, CHISE_Char_ID cid);
+
 CHISE_Char_ID chise_ccs_decode (CHISE_CCS ccs, int code_point);
 
 static inline CHISE_Char_ID