projects
/
chise
/
libchise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a65d0fc
)
(chise_dt_put_char): New function.
author
tomo
<tomo>
Tue, 12 Aug 2003 02:27:25 +0000
(
02:27
+0000)
committer
tomo
<tomo>
Tue, 12 Aug 2003 02:27:25 +0000
(
02:27
+0000)
chise.h
patch
|
blob
|
history
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;