diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 (); | |||
| 1435 | 1435 | ||
| 1436 | extern char *egetenv (); | 1436 | extern char *egetenv (); |
| 1437 | 1437 | ||
| 1438 | /* Return the name of the machine we're running on. */ | 1438 | /* Set up the name of the machine we're running on. */ |
| 1439 | extern char *get_system_name (); | 1439 | extern void init_system_name (); |