(_getpty): Declare this, not _get_pty.

This commit is contained in:
Richard M. Stallman 1993-03-17 09:22:15 +00:00
parent dcf970e66f
commit 856c3dcba8

View file

@ -25,7 +25,7 @@
/* No need to get the pty name at all. */ /* No need to get the pty name at all. */
#define PTY_NAME_SPRINTF #define PTY_NAME_SPRINTF
#ifdef emacs #ifdef emacs
char *_get_pty(); char *_getpty();
#endif #endif
/* We need only try once to open a pty. */ /* We need only try once to open a pty. */
#define PTY_ITERATION #define PTY_ITERATION