diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index a7f0a1d78ff..0bd0e5e53cf 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -4316,7 +4316,7 @@ extern void delete_keyboard_wait_descriptor (int); | |||
| 4316 | extern void add_gpm_wait_descriptor (int); | 4316 | extern void add_gpm_wait_descriptor (int); |
| 4317 | extern void delete_gpm_wait_descriptor (int); | 4317 | extern void delete_gpm_wait_descriptor (int); |
| 4318 | #endif | 4318 | #endif |
| 4319 | extern void init_process_emacs (int); | 4319 | extern void init_process_emacs (int, char *); |
| 4320 | extern void syms_of_process (void); | 4320 | extern void syms_of_process (void); |
| 4321 | extern void setup_process_coding_systems (Lisp_Object); | 4321 | extern void setup_process_coding_systems (Lisp_Object); |
| 4322 | 4322 | ||