Subject: utmpx routines - where?
To: None <current-users@netbsd.org>
From: Lars-Johan Liman <liman@autonomica.se>
List: current-users
Date: 03/07/2002 22:31:44
In /usr/include/utmpx.h several routines are "declared", but I can't
find the corresponding code in any library. Does anyone know where it
lives?
void setutxent(void);
void endutxent(void);
struct utmpx *getutxent(void);
struct utmpx *getutxid(const struct utmpx *);
struct utmpx *getutxline(const struct utmpx *);
struct utmpx *pututxline(const struct utmpx *);
Cheers,
/Liman
#----------------------------------------------------------------------
# Lars-Johan Liman ! E-mail: liman@autonomica.se
# Senior Systems Specialist ! HTTP : //www.autonomica.se/
# Autonomica AB, Stockholm ! Voice : +46 8 - 615 85 72
#----------------------------------------------------------------------