home *** CD-ROM | disk | FTP | other *** search
- static char rcsid[] = "@(#)$Id: main.c,v 2.0 07/18/90 jbc $";
- /***************************************************************************/
- /* Copyright (c) 1990 James B. Cummings, Jr. */
- /* */
- /* This program is offered in the Public Domain and is freely available */
- /* as long as this notice is kept intact with each module. */
- /***************************************************************************/
- #include "header.h"
-
- main()
- {
- int max_time;
-
- max_time = get_max(); /* go figure the max time allowed */
- while ((utmpp = getutent()) != (struct utmp *) NULL)
- check_idle(max_time);
- }
-