diff options
Diffstat (limited to 'include/utmp.h')
-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 ff3e45e1..540bec34 100644 --- a/include/utmp.h +++ b/include/utmp.h @@ -22,6 +22,8 @@ struct utmp *getutline(const struct utmp *); struct utmp *pututline(const struct utmp *); void setutent(void); +void updwtmp(const char *, const struct utmp *); + #define _PATH_UTMP "/dev/null" #define _PATH_WTMP "/dev/null" |