BSD 4_3 development
[unix-history] / usr / contrib / rn / last.h
CommitLineData
9c4b96b4
C
1/* $Header: last.h,v 4.3 85/05/01 11:42:22 lwall Exp $
2 *
3 * $Log: last.h,v $
4 * Revision 4.3 85/05/01 11:42:22 lwall
5 * Baseline for release with 4.3bsd.
6 *
7 */
8
9EXT char *lastngname INIT(Nullch); /* last newsgroup read, from .rnlast file */
10EXT long lasttime INIT(0); /* time last rn was started up */
11EXT long lastactsiz INIT(0); /* size of active file when rn last started up */
12
13void last_init();
14void writelast();