comparison 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
comparison
equal deleted inserted replaced
21549:3b63301ea296 21550:dddb0d1318aa
70 extern void setup_ccl_program P_ ((struct ccl_program *, Lisp_Object)); 70 extern void setup_ccl_program P_ ((struct ccl_program *, Lisp_Object));
71 71
72 extern int ccl_driver P_ ((struct ccl_program *, unsigned char *, 72 extern 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. */
76 extern 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. */
80 extern Lisp_Object Qccl_program_idx;
81
75 #endif /* _CCL_H */ 82 #endif /* _CCL_H */