]> git.eshelyaron.com Git - emacs.git/commitdiff
(setup_process_coding_systems): Add prototype.
authorKenichi Handa <handa@m17n.org>
Mon, 10 Feb 2003 07:44:18 +0000 (07:44 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 10 Feb 2003 07:44:18 +0000 (07:44 +0000)
src/lisp.h

index ca4811e553fcad4c7788cce98b1f2ab037e41ed1..3f7f57c29c8463b84c19cb80fd555885e6420171 100644 (file)
@@ -2986,6 +2986,7 @@ extern void status_notify P_ ((void));
 extern int read_process_output P_ ((Lisp_Object, int));
 extern void init_process P_ ((void));
 extern void syms_of_process P_ ((void));
+extern void setup_process_coding_systems P_ ((Lisp_Object));
 
 /* defined in callproc.c */
 extern Lisp_Object Vexec_path, Vexec_suffixes,