home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / UUPC11XT.ZIP / RN / LAST.H < prev    next >
Encoding:
Text File  |  1992-11-21  |  579 b   |  21 lines

  1. /* $Header: E:\SRC\UUPC\RN\RCS/LAST.H 1.1 1992/11/21 06:14:58 ahd Exp $
  2.  *
  3.  * $Log: LAST.H $
  4.  * Revision 1.1  1992/11/21  06:14:58  ahd
  5.  * Initial
  6.  *
  7.  *
  8.  *    Rev 1.0   18 Nov 1990  0:22:54
  9.  * Initial revision.
  10.  * Revision 4.3  85/05/01  11:42:22  lwall
  11.  * Baseline for release with 4.3bsd.
  12.  *
  13.  */
  14.  
  15. EXT char *lastngname INIT(Nullch);    /* last newsgroup read, from .rnlast file */
  16. EXT long lasttime INIT(0);    /* time last rn was started up */
  17. EXT long lastactsiz INIT(0);    /* size of active file when rn last started up */
  18.  
  19. void    last_init();
  20. void    writelast();
  21.