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 / rn.h < prev    next >
Text File  |  1990-08-22  |  813b  |  23 lines

  1. /* $Header: rn.h,v 4.3 85/05/01 11:48:19 lwall Exp $
  2.  *
  3.  * $Log:    rn.h,v $
  4.  * Revision 4.3  85/05/01  11:48:19  lwall
  5.  * Baseline for release with 4.3bsd.
  6.  * 
  7.  */
  8.  
  9. EXT char *ngname INIT(Nullch);        /* name of current newsgroup */
  10. EXT int ngnlen INIT(0);            /* current malloced size of ngname */
  11. EXT char *ngdir INIT(Nullch);        /* same thing in directory name form */
  12. EXT int ngdlen INIT(0);            /* current malloced size of ngdir */
  13.  
  14. EXT NG_NUM ng INIT(0);        /* current newsgroup index into rcline and toread */
  15. EXT NG_NUM current_ng INIT(0);    /* stable current newsgroup so we can ditz with ng */
  16. EXT NG_NUM starthere INIT(0);   /* set to the first newsgroup with unread news on startup */
  17. EXT char *spool INIT(Nullch);        /* public news spool directory */
  18.  
  19. void    rn_init();
  20. void    main();
  21. void    set_ngname();
  22. char    *getngdir();
  23.