From 3de6628b64f9935373654e9dc3f1f1715a30ca02 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 3 Oct 2003 07:48:09 +0000 Subject: [PATCH] (chise_ds_decode_char): New prototype. --- chise.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chise.h b/chise.h index 4fab437..76713f8 100644 --- 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, -- 1.7.10.4