# HG changeset patch # User Karl Heuer # Date 771658058 0 # Node ID 1d64f77001be6e846fc55b2d142de6f034b90779 # Parent cbc288be9c89c215a0f4e4574af1b7bc8f65c417 declare init_system_name (replaces get_system_name). diff -r cbc288be9c89 -r 1d64f77001be src/lisp.h --- 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 ();