1: /* $Header: ngdata.h,v 4.3 85/05/01 11:44:48 lwall Exp $
   2:  *
   3:  * $Log:	ngdata.h,v $
   4:  * Revision 4.3  85/05/01  11:44:48  lwall
   5:  * Baseline for release with 4.3bsd.
   6:  *
   7:  */
   8: 
   9: EXT FILE *actfp INIT(Nullfp);   /* the active file */
  10: EXT bool writesoft INIT(FALSE); /* rewrite the soft pointer file? */
  11: EXT int softtries INIT(0), softmisses INIT(0);
  12: 
  13: #ifdef CACHEFIRST
  14:     EXT ART_NUM abs1st[MAXRCLINE];  /* 1st real article in newsgroup */
  15: #else
  16: # ifdef MININACT
  17:     EXT ART_NUM abs1st INIT(0);
  18: # endif
  19: #endif
  20: 
  21: 
  22: void    ngdata_init();
  23: ART_NUM getngsize();
  24: ACT_POS findact();
  25: ART_NUM getabsfirst();
  26: ART_NUM getngmin();

Defined variables

softmisses defined in line 11; used 4 times
softtries defined in line 11; used 3 times

Usage of this include

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