From f5ba2bc9ca84d67f03f2542bfff0525f2f478e4c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 18 Mar 2011 21:52:26 -0400 Subject: various legacy and linux-specific stuff this commit is part of an effort to make more of busybox work out-of-the-box. --- include/utmp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/utmp.h') 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" -- cgit v1.2.1