Make tty_present static to tgetpass.c

This commit is contained in:
Todd C. Miller
2015-05-07 09:42:48 -06:00
parent 5647736ef5
commit d2624ffa96
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,6 @@ void cleanup(int);
/* tgetpass.c */
char *tgetpass(const char *, int, int);
int tty_present(void);
/* exec.c */
int pipe_nonblock(int fds[2]);