summaryrefslogtreecommitdiff
path: root/src/ccl.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1999-07-26 11:55:53 +0000
committerKenichi Handa <handa@m17n.org>1999-07-26 11:55:53 +0000
commit4326e8573cdb099e728f76d7472cbc9f2f0b63e4 (patch)
treeb84feebe0aef24de54ca15f7e24f4f81853836b5 /src/ccl.h
parentfc1f68340d7058616f592b6781d7623265f1aaf8 (diff)
downloademacs-4326e8573cdb099e728f76d7472cbc9f2f0b63e4.tar.gz
(setup_ccl_program): The type is changed to `int'.
Diffstat (limited to 'src/ccl.h')
-rw-r--r--src/ccl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ccl.h b/src/ccl.h
index 0a784448f02..b0c9f20e8a3 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -68,8 +68,8 @@ struct ccl_spec {
extern Lisp_Object Vfont_ccl_encoder_alist;
/* Setup fields of the structure pointed by CCL appropriately for the
- execution of compiled CCL code in VEC (vector of integer). */
-extern void setup_ccl_program P_ ((struct ccl_program *, Lisp_Object));
+ execution of ccl program CCL_PROG (symbol or vector). */
+extern int setup_ccl_program P_ ((struct ccl_program *, Lisp_Object));
extern int ccl_driver P_ ((struct ccl_program *, unsigned char *,
unsigned char *, int, int, int *));