* libc/include/sys/unistd.h: Add prototypes for endusershell(),

getusershell(), iruserok(), revoke(), ruserok() and setusershell()
	when __CYGWIN__ is defined.
	* libc/sys/cygwin/sys/utmp.h: Add prototypes for login_tty() and
	logwtmp().
This commit is contained in:
Corinna Vinschen
2001-11-05 18:06:24 +00:00
parent 48da07548b
commit c7dd4f9511
3 changed files with 24 additions and 0 deletions

View File

@ -50,6 +50,8 @@ extern void utmpname (const char *);
void login (struct utmp *);
int logout (char *);
int login_tty (int);
void logwtmp (char *, char *, char *);
#ifdef __cplusplus
}