(get_system_name): Declared.
authorKarl Heuer <kwzh@gnu.org>
Wed, 2 Feb 1994 06:31:26 +0000 (06:31 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 2 Feb 1994 06:31:26 +0000 (06:31 +0000)
src/lisp.h

index 4a26edc..9d7d8fa 100644 (file)
@@ -1379,3 +1379,5 @@ extern void xfree ();
 
 extern char *egetenv ();
  
+/* Return the name of the machine we're running on.  */
+extern char *get_system_name ();