X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Futmp.h;h=540bec3484abd60303a05f667941ea184c710373;hp=ff3e45e155f9e12070c2dcf18eac98d5427b5d53;hb=f492c95401b3a6fedb3973631496ee329447b25e;hpb=eee150f39c294883841d4f3ad9ce290ea1529a9e 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"