From: tomo Date: Mon, 6 Oct 2003 11:36:59 +0000 (+0000) Subject: (chise_feature_setup_db): New prototype. X-Git-Tag: b1-r0_2_0-pre7~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fa232f2486f5f69228ab8b18d61d27018224d2ea;p=chise%2Flibchise.git (chise_feature_setup_db): New prototype. (chise_ccs_setup_db): Likewise. --- diff --git a/chise.h b/chise.h index ce2ea62..f14cb1c 100644 --- 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