summaryrefslogtreecommitdiff
path: root/src/ccl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccl.h')
-rw-r--r--src/ccl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ccl.h b/src/ccl.h
index 98a4008e59f..e86154352a3 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -96,15 +96,9 @@ struct ccl_spec {
execution of ccl program CCL_PROG (symbol or vector). */
extern int setup_ccl_program (struct ccl_program *, Lisp_Object);
-/* Check if CCL is updated or not. If not, re-setup members of CCL. */
-extern int check_ccl_update (struct ccl_program *);
-
extern void ccl_driver (struct ccl_program *, int *, int *, int, int,
Lisp_Object);
-/* Vector of CCL program names vs corresponding program data. */
-extern Lisp_Object Vccl_program_table;
-
extern Lisp_Object Qccl, Qcclp;
EXFUN (Fccl_program_p, 1);