home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / rn_4_3_blars.lzh / last.h < prev    next >
Text File  |  1990-08-22  |  427b  |  15 lines

  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.  
  9. EXT char *lastngname INIT(Nullch);    /* last newsgroup read, from .rnlast file */
  10. EXT long lasttime INIT(0);    /* time last rn was started up */
  11. EXT long lastactsiz INIT(0);    /* size of active file when rn last started up */
  12.  
  13. void    last_init();
  14. void    writelast();
  15.