summaryrefslogtreecommitdiff
path: root/src/ccl.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1997-11-21 14:31:20 +0000
committerAndreas Schwab <schwab@suse.de>1997-11-21 14:31:20 +0000
commit2180e7eb727dde63ae75d3abba9ca35204204126 (patch)
treeacbcbd1c0c176ce10bd47cd63415d75a63dd4d78 /src/ccl.c
parent7c3c71e07e6b1ee522a6ec03f2d761001a3b7191 (diff)
downloademacs-2180e7eb727dde63ae75d3abba9ca35204204126.tar.gz
(setup_ccl_program): Define as returning nothing.
Diffstat (limited to 'src/ccl.c')
-rw-r--r--src/ccl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ccl.c b/src/ccl.c
index ea6c7952220..85a2334f4a8 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -952,6 +952,7 @@ ccl_driver (ccl, source, destination, src_bytes, dst_bytes, consumed)
/* Setup fields of the structure pointed by CCL appropriately for the
execution of compiled CCL code in VEC (vector of integer). */
+void
setup_ccl_program (ccl, vec)
struct ccl_program *ccl;
Lisp_Object vec;