diff options
| author | Kenichi Handa | 2003-02-10 07:44:18 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-02-10 07:44:18 +0000 |
| commit | d3c8e597f66b33ae0e762aaa545d8e42b739d60e (patch) | |
| tree | 0303521266ef0e8a1b8b93ee5855a2868954effc /src | |
| parent | 172f945448fc46c7a3a97333ffd097a62dd70266 (diff) | |
| download | emacs-d3c8e597f66b33ae0e762aaa545d8e42b739d60e.tar.gz emacs-d3c8e597f66b33ae0e762aaa545d8e42b739d60e.zip | |
(setup_process_coding_systems): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
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)); | |||
| 2986 | extern int read_process_output P_ ((Lisp_Object, int)); | 2986 | extern int read_process_output P_ ((Lisp_Object, int)); |
| 2987 | extern void init_process P_ ((void)); | 2987 | extern void init_process P_ ((void)); |
| 2988 | extern void syms_of_process P_ ((void)); | 2988 | extern void syms_of_process P_ ((void)); |
| 2989 | extern void setup_process_coding_systems P_ ((Lisp_Object)); | ||
| 2989 | 2990 | ||
| 2990 | /* defined in callproc.c */ | 2991 | /* defined in callproc.c */ |
| 2991 | extern Lisp_Object Vexec_path, Vexec_suffixes, | 2992 | extern Lisp_Object Vexec_path, Vexec_suffixes, |