diff src/ccl.h @ 21550:dddb0d1318aa

(Vccl_program_table, Qccl_program_idx): Extern them.
author Kenichi Handa <handa@m17n.org>
date Wed, 15 Apr 1998 07:12:49 +0000
parents b5b97880b7d0
children b33307c77a17
line wrap: on
line diff
--- a/src/ccl.h	Wed Apr 15 07:12:49 1998 +0000
+++ b/src/ccl.h	Wed Apr 15 07:12:49 1998 +0000
@@ -72,4 +72,11 @@
 extern int ccl_driver P_ ((struct ccl_program *, unsigned char *,
 			   unsigned char *, int, int, int *));
 
+/* Vector of CCL program names vs corresponding program data.  */
+extern Lisp_Object Vccl_program_table;
+
+/* Symbols of ccl program have this property, a value of the property
+   is an index for Vccl_protram_table. */
+extern Lisp_Object Qccl_program_idx;
+
 #endif /* _CCL_H */