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 SERVER
  14:     EXT char active_name[256];
  15: #endif
  16: 
  17: #ifdef CACHEFIRST
  18:     EXT ART_NUM abs1st[MAXRCLINE];  /* 1st real article in newsgroup */
  19: #else
  20: # ifdef MININACT
  21:     EXT ART_NUM abs1st INIT(0);
  22: # endif
  23: #endif
  24: 
  25: EXT char    *moderated;
  26: 
  27: void    ngdata_init();
  28: ART_NUM getngsize();
  29: ACT_POS findact();
  30: ART_NUM getabsfirst();
  31: ART_NUM getngmin();

Defined variables

active_name defined in line 14; used 3 times
moderated defined in line 25; used 3 times
softmisses defined in line 11; used 4 times
softtries defined in line 11; used 3 times

Usage of this include

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