X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Futmp.h;h=24e2da7bf9964407fe1afb283033289843f818bd;hb=11d1e2e2ded07673411ba872c1e3d0096dc79439;hp=b357ac8c4351461c97a404ddbaafe6b5086afcfd;hpb=1e2281b8356d1935a129ddb199d71677f19a1619;p=musl diff --git a/include/utmp.h b/include/utmp.h index b357ac8c..24e2da7b 100644 --- a/include/utmp.h +++ b/include/utmp.h @@ -10,6 +10,7 @@ extern "C" { #define ACCOUNTING 9 #define UT_NAMESIZE 32 #define UT_HOSTSIZE 256 +#define UT_LINESIZE 32 struct lastlog { time_t ll_time; @@ -22,6 +23,8 @@ struct lastlog { #define ut_addr ut_addr_v6[0] #define utmp utmpx #define utmpname(x) (-1) +#define e_exit __e_exit +#define e_termination __e_termination void endutent(void); struct utmp *getutent(void); @@ -32,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"