From: Karl Heuer Date: Wed, 15 Jun 1994 05:27:38 +0000 (+0000) Subject: declare init_system_name (replaces get_system_name). X-Git-Tag: emacs-19.34~7947 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d6be39f0ce2c38997c2dbb8561f894a2efa28b0;p=emacs.git declare init_system_name (replaces get_system_name). --- 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 (); 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 ();