(chise_dt_put_char): New function.
authortomo <tomo>
Tue, 12 Aug 2003 02:27:25 +0000 (02:27 +0000)
committertomo <tomo>
Tue, 12 Aug 2003 02:27:25 +0000 (02:27 +0000)
chise.h

diff --git a/chise.h b/chise.h
index 6ad7ed2..22e7982 100644 (file)
--- 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;