1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(setup_process_coding_systems): Add prototype.

This commit is contained in:
Kenichi Handa 2003-02-10 07:44:18 +00:00
parent 172f945448
commit d3c8e597f6

View 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,