From 286f530dd20c40e3d4963af0f0993fa7799e55dd Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 12 Aug 2003 02:27:25 +0000 Subject: [PATCH] (chise_dt_put_char): New function. --- chise.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chise.h b/chise.h index 6ad7ed2..22e7982 100644 --- a/chise.h +++ b/chise.h @@ -60,6 +60,8 @@ int chise_close_decoding_table (CHISE_Decoding_Table *db); CHISE_Char_ID chise_dt_get_char (CHISE_Decoding_Table *db, int code_point); +int chise_dt_put_char (CHISE_Decoding_Table *db, + int code_point, CHISE_Char_ID cid); typedef CHISE_Attribute_Table CHISE_Feature_Table; -- 1.7.10.4