mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08:00
Add declaration of setup_ccl_program and ccl_driver.
This commit is contained in:
parent
f78433b61e
commit
58068210c5
1 changed files with 7 additions and 0 deletions
|
|
@ -52,4 +52,11 @@ struct ccl_spec {
|
|||
/* Alist of fontname patterns vs corresponding CCL program. */
|
||||
extern Lisp_Object Vfont_ccl_encoder_alist;
|
||||
|
||||
/* Setup fields of the structure pointed by CCL appropriately for the
|
||||
execution of compiled CCL code in VEC (vector of integer). */
|
||||
extern void setup_ccl_program P_ ((struct ccl_program *, Lisp_Object));
|
||||
|
||||
extern int ccl_driver P_ ((struct ccl_program *, unsigned char *,
|
||||
unsigned char *, int, int, int *));
|
||||
|
||||
#endif /* _CCL_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue