changeset 20306:275d6855275a

Add declaration of setup_ccl_program and ccl_driver.
author Andreas Schwab <schwab@suse.de>
date Fri, 21 Nov 1997 14:30:34 +0000
parents a98f18d91045
children a5d72b4a642f
files src/ccl.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ccl.h	Fri Nov 21 14:26:38 1997 +0000
+++ b/src/ccl.h	Fri Nov 21 14:30:34 1997 +0000
@@ -52,4 +52,11 @@
 /* Alist of fontname patterns vs corresponding CCL program.  */
 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));
+
+extern int ccl_driver P_ ((struct ccl_program *, unsigned char *,
+			   unsigned char *, int, int, int *));
+
 #endif /* _CCL_H */