home *** CD-ROM | disk | FTP | other *** search
- /* $Header: E:\SRC\UUPC\RN\RCS/LAST.H 1.1 1992/11/21 06:14:58 ahd Exp $
- *
- * $Log: LAST.H $
- * Revision 1.1 1992/11/21 06:14:58 ahd
- * Initial
- *
- *
- * Rev 1.0 18 Nov 1990 0:22:54
- * Initial revision.
- * Revision 4.3 85/05/01 11:42:22 lwall
- * Baseline for release with 4.3bsd.
- *
- */
-
- EXT char *lastngname INIT(Nullch); /* last newsgroup read, from .rnlast file */
- EXT long lasttime INIT(0); /* time last rn was started up */
- EXT long lastactsiz INIT(0); /* size of active file when rn last started up */
-
- void last_init();
- void writelast();
-