diff src/lisp.h @ 49665:c102e97c89eb

(setup_process_coding_systems): Add prototype.
author Kenichi Handa <handa@m17n.org>
date Mon, 10 Feb 2003 07:44:18 +0000
parents 21086b629b21
children c1513decc2e5 d7ddb3e565de
line wrap: on
line diff
--- a/src/lisp.h	Mon Feb 10 07:43:03 2003 +0000
+++ b/src/lisp.h	Mon Feb 10 07:44:18 2003 +0000
@@ -2986,6 +2986,7 @@
 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,