diff options
| -rw-r--r-- | src/ccl.h | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -52,4 +52,11 @@ struct ccl_spec { | |||
| 52 | /* Alist of fontname patterns vs corresponding CCL program. */ | 52 | /* Alist of fontname patterns vs corresponding CCL program. */ |
| 53 | extern Lisp_Object Vfont_ccl_encoder_alist; | 53 | extern Lisp_Object Vfont_ccl_encoder_alist; |
| 54 | 54 | ||
| 55 | /* Setup fields of the structure pointed by CCL appropriately for the | ||
| 56 | execution of compiled CCL code in VEC (vector of integer). */ | ||
| 57 | extern void setup_ccl_program P_ ((struct ccl_program *, Lisp_Object)); | ||
| 58 | |||
| 59 | extern int ccl_driver P_ ((struct ccl_program *, unsigned char *, | ||
| 60 | unsigned char *, int, int, int *)); | ||
| 61 | |||
| 55 | #endif /* _CCL_H */ | 62 | #endif /* _CCL_H */ |