X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=chise.h;h=22e79826b8a64d22351f75246cb91a49e971a7a3;hb=d3ad2e8a6bd2a7b010077f475e52244352ecaa0c;hp=6ad7ed29f505f493d5a338aa6e377d3dd19f3ef4;hpb=ae4c7cc7920a5f5c63f60dc837a8902bc33c23de;p=chise%2Flibchise.git 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;