From fa232f2486f5f69228ab8b18d61d27018224d2ea Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 6 Oct 2003 11:36:59 +0000 Subject: [PATCH] (chise_feature_setup_db): New prototype. (chise_ccs_setup_db): Likewise. --- chise.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 1.7.10.4