aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ccl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ccl.h b/src/ccl.h
index c1700c957d9..f6e9586ccba 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -72,4 +72,11 @@ extern void setup_ccl_program P_ ((struct ccl_program *, Lisp_Object));
72extern int ccl_driver P_ ((struct ccl_program *, unsigned char *, 72extern int ccl_driver P_ ((struct ccl_program *, unsigned char *,
73 unsigned char *, int, int, int *)); 73 unsigned char *, int, int, int *));
74 74
75/* Vector of CCL program names vs corresponding program data. */
76extern Lisp_Object Vccl_program_table;
77
78/* Symbols of ccl program have this property, a value of the property
79 is an index for Vccl_protram_table. */
80extern Lisp_Object Qccl_program_idx;
81
75#endif /* _CCL_H */ 82#endif /* _CCL_H */