diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/utmp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utmp.h b/include/utmp.h index e9ba23e2..24e2da7b 100644 --- a/include/utmp.h +++ b/include/utmp.h @@ -35,6 +35,8 @@ void setutent(void); void updwtmp(const char *, const struct utmp *); +int login_tty(int); + #define _PATH_UTMP "/dev/null/utmp" #define _PATH_WTMP "/dev/null/wtmp" |