declare init_system_name (replaces get_system_name).
authorKarl Heuer <kwzh@gnu.org>
Wed, 15 Jun 1994 05:27:38 +0000 (05:27 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 15 Jun 1994 05:27:38 +0000 (05:27 +0000)
src/lisp.h

index 23f8f1a..a66c1c9 100644 (file)
@@ -1435,5 +1435,5 @@ extern void xfree ();
 
 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 ();