From 2ff7b5d02817eb74a3ac2bf02eadef127b09d77c Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 3 Jun 2000 14:57:40 +0000 Subject: Added new login recording code Added test program for login code (make logintest) --- bsd-login.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 bsd-login.h (limited to 'bsd-login.h') diff --git a/bsd-login.h b/bsd-login.h deleted file mode 100644 index f26f47084..000000000 --- a/bsd-login.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef _BSD_LOGIN_H -# define _BSD_LOGIN_H - -# include "config.h" -# ifndef HAVE_LOGIN - -# include - -# if defined(HAVE_UTMPX_H) && defined(USE_UTMPX) -# include - -void login(struct utmp *utp, struct utmpx *utx); - -# else /* defined(HAVE_UTMPX_H) && defined(USE_UTMPX) */ - -void login(struct utmp *utp); - -# endif /* defined(HAVE_UTMPX_H) && defined(USE_UTMPX) */ - -# endif /* !HAVE_LOGIN */ - -#endif /* _BSD_LOGIN_H */ -- cgit v1.2.3