aboutsummaryrefslogtreecommitdiffstats
path: root/src/ccl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccl.h')
-rw-r--r--src/ccl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/ccl.h b/src/ccl.h
index 8c1f5e5cbd7..e86154352a3 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -96,19 +96,9 @@ struct ccl_spec {
96 execution of ccl program CCL_PROG (symbol or vector). */ 96 execution of ccl program CCL_PROG (symbol or vector). */
97extern int setup_ccl_program (struct ccl_program *, Lisp_Object); 97extern int setup_ccl_program (struct ccl_program *, Lisp_Object);
98 98
99/* Check if CCL is updated or not. If not, re-setup members of CCL. */
100extern int check_ccl_update (struct ccl_program *);
101
102extern void ccl_driver (struct ccl_program *, int *, int *, int, int, 99extern void ccl_driver (struct ccl_program *, int *, int *, int, int,
103 Lisp_Object); 100 Lisp_Object);
104 101
105/* Vector of CCL program names vs corresponding program data. */
106extern Lisp_Object Vccl_program_table;
107
108/* Symbols of ccl program have this property, a value of the property
109 is an index for Vccl_protram_table. */
110extern Lisp_Object Qccl_program_idx;
111
112extern Lisp_Object Qccl, Qcclp; 102extern Lisp_Object Qccl, Qcclp;
113 103
114EXFUN (Fccl_program_p, 1); 104EXFUN (Fccl_program_p, 1);
@@ -120,4 +110,3 @@ EXFUN (Fccl_program_p, 1);
120 } while (0); 110 } while (0);
121 111
122#endif /* EMACS_CCL_H */ 112#endif /* EMACS_CCL_H */
123