diff options
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, |