diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 0aa2d7cb510..f04d29808d1 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3064,7 +3064,7 @@ EXFUN (Fcall_process, MANY); | |||
| 3064 | extern int child_setup P_ ((int, int, int, char **, int, Lisp_Object)); | 3064 | extern int child_setup P_ ((int, int, int, char **, int, Lisp_Object)); |
| 3065 | extern void init_callproc_1 P_ ((void)); | 3065 | extern void init_callproc_1 P_ ((void)); |
| 3066 | extern void init_callproc P_ ((void)); | 3066 | extern void init_callproc P_ ((void)); |
| 3067 | extern void set_process_environment P_ ((void)); | 3067 | extern void set_global_environment P_ ((void)); |
| 3068 | extern void syms_of_callproc P_ ((void)); | 3068 | extern void syms_of_callproc P_ ((void)); |
| 3069 | 3069 | ||
| 3070 | /* defined in doc.c */ | 3070 | /* defined in doc.c */ |
| @@ -3130,7 +3130,7 @@ extern void syms_of_xmenu P_ ((void)); | |||
| 3130 | struct tty_display_info; | 3130 | struct tty_display_info; |
| 3131 | 3131 | ||
| 3132 | /* defined in termhooks.h */ | 3132 | /* defined in termhooks.h */ |
| 3133 | struct device; | 3133 | struct terminal; |
| 3134 | 3134 | ||
| 3135 | /* defined in sysdep.c */ | 3135 | /* defined in sysdep.c */ |
| 3136 | #ifndef HAVE_GET_CURRENT_DIR_NAME | 3136 | #ifndef HAVE_GET_CURRENT_DIR_NAME |