2 * Acess2 POSIX Emulation
3 * - By John Hodge (thePowersGang)
12 * Rewind UTMPX file pointer
26 * Read from current position in UTMPX file
28 struct utmpx *getutxent(void)
34 * Locate an entry in the UTMPX file for a given id
36 struct utmpx *getutxid(const struct utmpx *utmpx __attribute__((unused)))
41 struct utmpx *getutxline(const struct utmpx *utmpx __attribute__((unused)))
47 struct utmpx *pututxline(const struct utmpx *utmpx __attribute__((unused)))