summaryrefslogtreecommitdiff
path: root/include/utmp.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-03-18 21:52:26 -0400
committerRich Felker <dalias@aerifal.cx>2011-03-18 21:52:26 -0400
commitf5ba2bc9ca84d67f03f2542bfff0525f2f478e4c (patch)
treeba091c8f54b1a82ed2d69a461341eb0d640fecd2 /include/utmp.h
parentfc27b96c7d9b2c82679508a57ac998d773f14f08 (diff)
downloadmusl-f5ba2bc9ca84d67f03f2542bfff0525f2f478e4c.tar.gz
various legacy and linux-specific stuff
this commit is part of an effort to make more of busybox work out-of-the-box.
Diffstat (limited to 'include/utmp.h')
-rw-r--r--include/utmp.h2
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"