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();

Defined variables

ngdlen defined in line 12; used 1 times
ngnlen defined in line 10; used 1 times

Usage of this include

Last modified: 1985-06-21
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 860
Valid CSS Valid XHTML 1.0 Strict