1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00

(get_system_name): Declared.

This commit is contained in:
Karl Heuer 1994-02-02 06:31:26 +00:00
parent e29ad34213
commit 352b6a9e76

View 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 ();