diff src/lisp.h @ 7906:1d64f77001be

declare init_system_name (replaces get_system_name).
author Karl Heuer <kwzh@gnu.org>
date Wed, 15 Jun 1994 05:27:38 +0000
parents cd81dba38a49
children abbe65c17b55
line wrap: on
line diff
--- a/src/lisp.h	Wed Jun 15 04:48:02 1994 +0000
+++ b/src/lisp.h	Wed Jun 15 05:27:38 1994 +0000
@@ -1435,5 +1435,5 @@
 
 extern char *egetenv ();
  
-/* Return the name of the machine we're running on.  */
-extern char *get_system_name ();
+/* Set up the name of the machine we're running on.  */
+extern void init_system_name ();