aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 23f8f1ac8d8..a66c1c97178 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1435,5 +1435,5 @@ extern void xfree ();
1435 1435
1436extern char *egetenv (); 1436extern char *egetenv ();
1437 1437
1438/* Return the name of the machine we're running on. */ 1438/* Set up the name of the machine we're running on. */
1439extern char *get_system_name (); 1439extern void init_system_name ();