aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-02-10 07:44:18 +0000
committerKenichi Handa2003-02-10 07:44:18 +0000
commitd3c8e597f66b33ae0e762aaa545d8e42b739d60e (patch)
tree0303521266ef0e8a1b8b93ee5855a2868954effc /src
parent172f945448fc46c7a3a97333ffd097a62dd70266 (diff)
downloademacs-d3c8e597f66b33ae0e762aaa545d8e42b739d60e.tar.gz
emacs-d3c8e597f66b33ae0e762aaa545d8e42b739d60e.zip
(setup_process_coding_systems): Add prototype.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index ca4811e553f..3f7f57c29c8 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2986,6 +2986,7 @@ extern void status_notify P_ ((void));
2986extern int read_process_output P_ ((Lisp_Object, int)); 2986extern int read_process_output P_ ((Lisp_Object, int));
2987extern void init_process P_ ((void)); 2987extern void init_process P_ ((void));
2988extern void syms_of_process P_ ((void)); 2988extern void syms_of_process P_ ((void));
2989extern void setup_process_coding_systems P_ ((Lisp_Object));
2989 2990
2990/* defined in callproc.c */ 2991/* defined in callproc.c */
2991extern Lisp_Object Vexec_path, Vexec_suffixes, 2992extern Lisp_Object Vexec_path, Vexec_suffixes,