From d3c8e597f66b33ae0e762aaa545d8e42b739d60e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 10 Feb 2003 07:44:18 +0000 Subject: [PATCH] (setup_process_coding_systems): Add prototype. --- src/lisp.h | 1 + 1 file changed, 1 insertion(+) 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)); 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, -- 2.39.5