Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5cac9fd6
Commit
5cac9fd6
authored
Jan 30, 2003
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ccl_driver): Prototype adjusted.
parent
bda731af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/ccl.h
src/ccl.h
+2
-1
No files found.
src/ccl.h
View file @
5cac9fd6
...
...
@@ -88,7 +88,8 @@ extern Lisp_Object Vfont_ccl_encoder_alist;
execution of ccl program CCL_PROG (symbol or vector). */
extern
int
setup_ccl_program
P_
((
struct
ccl_program
*
,
Lisp_Object
));
extern
void
ccl_driver
P_
((
struct
ccl_program
*
,
int
*
,
int
*
,
int
,
int
));
extern
void
ccl_driver
P_
((
struct
ccl_program
*
,
int
*
,
int
*
,
int
,
int
,
Lisp_Object
));
/* Vector of CCL program names vs corresponding program data. */
extern
Lisp_Object
Vccl_program_table
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment