From 17804b34f835e320f2d41bf705cac3bfc8b4ded3 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 24 Jun 2005 15:13:15 +0000 Subject: [PATCH] (test_map_func): Use instead of . (test_radical_func): Likewise. --- sample.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample.c b/sample.c index e65e39d..af4f92d 100644 --- 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]; -- 1.7.10.4