aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorKarl Heuer1994-06-15 05:27:38 +0000
committerKarl Heuer1994-06-15 05:27:38 +0000
commit5d6be39f0ce2c38997c2dbb8561f894a2efa28b0 (patch)
treee2e4a38b8cbb2d46d3e5ee9ceec3d6984498d425 /src/lisp.h
parentbecadff8d8148af128aaa3aef2b1cf61536b4bb1 (diff)
downloademacs-5d6be39f0ce2c38997c2dbb8561f894a2efa28b0.tar.gz
emacs-5d6be39f0ce2c38997c2dbb8561f894a2efa28b0.zip
declare init_system_name (replaces get_system_name).
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 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 ();