From: tomo Date: Tue, 12 Aug 2003 02:27:25 +0000 (+0000) Subject: (chise_dt_put_char): New function. X-Git-Tag: r0_1_1-pre1~2 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Flibchise.git;a=commitdiff_plain;h=286f530dd20c40e3d4963af0f0993fa7799e55dd (chise_dt_put_char): New function. --- 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;