X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Futmp.h;h=48a400d84dec3d17db76831b2036ba41cfe2ab2b;hb=759bf785a84bd56ed1b163594f3f66ade808c0e3;hp=b357ac8c4351461c97a404ddbaafe6b5086afcfd;hpb=1e2281b8356d1935a129ddb199d71677f19a1619;p=musl diff --git a/include/utmp.h b/include/utmp.h index b357ac8c..48a400d8 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; @@ -21,7 +22,8 @@ struct lastlog { #define ut_name ut_user #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); @@ -31,6 +33,9 @@ struct utmp *pututline(const struct utmp *); void setutent(void); void updwtmp(const char *, const struct utmp *); +int utmpname(const char *); + +int login_tty(int); #define _PATH_UTMP "/dev/null/utmp" #define _PATH_WTMP "/dev/null/wtmp"