aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h4
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);
3064extern int child_setup P_ ((int, int, int, char **, int, Lisp_Object)); 3064extern int child_setup P_ ((int, int, int, char **, int, Lisp_Object));
3065extern void init_callproc_1 P_ ((void)); 3065extern void init_callproc_1 P_ ((void));
3066extern void init_callproc P_ ((void)); 3066extern void init_callproc P_ ((void));
3067extern void set_process_environment P_ ((void)); 3067extern void set_global_environment P_ ((void));
3068extern void syms_of_callproc P_ ((void)); 3068extern 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));
3130struct tty_display_info; 3130struct tty_display_info;
3131 3131
3132/* defined in termhooks.h */ 3132/* defined in termhooks.h */
3133struct device; 3133struct 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