This is ngdata.h in view mode; [Download] [Up]
/* $Header: ngdata.h,v 4.3.2.1 89/11/06 00:41:21 sob Locked $ * * $Log: ngdata.h,v $ * Revision 4.3.2.1 89/11/06 00:41:21 sob * Added RRN support from NNTP 1.5 * * Revision 4.3 85/05/01 11:44:48 lwall * added to local RCS * * Revision 4.3 85/05/01 11:44:48 lwall * Baseline for release with 4.3bsd. * */ EXT FILE *actfp INIT(Nullfp); /* the active file */ EXT bool writesoft INIT(FALSE); /* rewrite the soft pointer file? */ EXT int softtries INIT(0), softmisses INIT(0); #ifdef SERVER EXT char active_name[256]; #endif #ifdef CACHEFIRST EXT ART_NUM abs1st[MAXRCLINE]; /* 1st real article in newsgroup */ #else # ifdef MININACT EXT ART_NUM abs1st INIT(0); # endif #endif EXT char *moderated; void ngdata_init(); ART_NUM getngsize(); ACT_POS findact(); ART_NUM getabsfirst(); ART_NUM getngmin();
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.