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:
9be153f
)
(chise_ft_iterate): New function.
author
tomo
<tomo>
Sat, 9 Aug 2003 08:07:05 +0000
(08:07 +0000)
committer
tomo
<tomo>
Sat, 9 Aug 2003 08:07:05 +0000
(08:07 +0000)
chise.h
patch
|
blob
|
history
diff --git
a/chise.h
b/chise.h
index
4a06504
..
87cea05
100644
(file)
--- a/
chise.h
+++ b/
chise.h
@@
-72,6
+72,10
@@
int chise_close_feature_table (CHISE_Feature_Table *db);
int chise_ft_get_value (CHISE_Feature_Table *db,
CHISE_Char_ID cid, CHISE_Value *valdatum);
+void
+chise_ft_iterate (CHISE_Feature_Table *dbp,
+ int (*func) (CHISE_Feature_Table *db,
+ CHISE_Char_ID cid, CHISE_Value *valdatum));
CHISE_Char_ID chise_decode_char (CHISE_DS *ds, char *ccs, int code_point);