(test_map_func): Use <CHISE_Feature> instead of <CHISE_Feature_Table
authortomo <tomo>
Fri, 24 Jun 2005 15:13:15 +0000 (15:13 +0000)
committertomo <tomo>
Fri, 24 Jun 2005 15:13:15 +0000 (15:13 +0000)
*>.
(test_radical_func): Likewise.

sample.c

index e65e39d..af4f92d 100644 (file)
--- a/sample.c
+++ b/sample.c
@@ -13,7 +13,7 @@ test_name_map_func (CHISE_DS *ds, unsigned char *name)
 }
 
 static int
-test_map_func (CHISE_Char_ID cid, CHISE_Feature_Table *db,
+test_map_func (CHISE_Char_ID cid, CHISE_Feature db,
               CHISE_Value *valdatum)
 {
   unsigned char buf[256];
@@ -58,7 +58,7 @@ test_map_func (CHISE_Char_ID cid, CHISE_Feature_Table *db,
 }
 
 static int
-test_radical_func (CHISE_Char_ID cid, CHISE_Feature_Table *db,
+test_radical_func (CHISE_Char_ID cid, CHISE_Feature db,
                   CHISE_Value *valdatum)
 {
   unsigned char buf[256];