Removed <lib>_pic.a file rules - libs are now built directly from shared
[unix-history] / sbin / init.chmr / libutil.h
CommitLineData
800ffe89
NW
1/*
2 * missing prototypes for the functions in libutil.
3 * These should be conatined in a system header file, but aren't.
4 */
5int logout(char *);
6int logwtmp(char *, char *, char *);
7int login_tty(int);