aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1999-07-26 11:55:53 +0000
committerKenichi Handa1999-07-26 11:55:53 +0000
commite5e6d6fbaf49a42731abdcfb7e777e20ab8e8c0c (patch)
tree7dec1f71954c28082cc550dd73e5aaa651cf8bef /src
parent982d26735ad240221b2d36af7a1ab5a3245daf36 (diff)
downloademacs-e5e6d6fbaf49a42731abdcfb7e777e20ab8e8c0c.tar.gz
emacs-e5e6d6fbaf49a42731abdcfb7e777e20ab8e8c0c.zip
(setup_ccl_program): The type is changed to `int'.
Diffstat (limited to 'src')
-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 {
68extern Lisp_Object Vfont_ccl_encoder_alist; 68extern Lisp_Object Vfont_ccl_encoder_alist;
69 69
70/* Setup fields of the structure pointed by CCL appropriately for the 70/* Setup fields of the structure pointed by CCL appropriately for the
71 execution of compiled CCL code in VEC (vector of integer). */ 71 execution of ccl program CCL_PROG (symbol or vector). */
72extern void setup_ccl_program P_ ((struct ccl_program *, Lisp_Object)); 72extern int setup_ccl_program P_ ((struct ccl_program *, Lisp_Object));
73 73
74extern int ccl_driver P_ ((struct ccl_program *, unsigned char *, 74extern int ccl_driver P_ ((struct ccl_program *, unsigned char *,
75 unsigned char *, int, int, int *)); 75 unsigned char *, int, int, int *));