(chise_ds_decode_char): New prototype.
authortomo <tomo>
Fri, 3 Oct 2003 07:48:09 +0000 (07:48 +0000)
committertomo <tomo>
Fri, 3 Oct 2003 07:48:09 +0000 (07:48 +0000)
chise.h

diff --git a/chise.h b/chise.h
index 4fab437..76713f8 100644 (file)
--- a/chise.h
+++ b/chise.h
@@ -79,6 +79,10 @@ typedef CHISE_CCS_Table* CHISE_CCS;
 CHISE_CCS
 chise_ds_get_ccs (CHISE_DS *ds, const unsigned char *ccs);
 
+CHISE_Char_ID
+chise_ds_decode_char (CHISE_DS *ds,
+                     const unsigned char *ccs, int code_point);
+
 CHISE_Char_ID chise_ccs_decode (CHISE_CCS ccs, int code_point);
 
 int chise_ccs_set_decoded_char (CHISE_CCS ccs,