home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume23 / trn / part14 / ngsrch.h < prev    next >
C/C++ Source or Header  |  1991-08-22  |  635b  |  29 lines

  1. /* $Header: ngsrch.h,v 4.3.3.1 91/01/16 03:18:24 davison Trn $
  2.  *
  3.  * $Log:    ngsrch.h,v $
  4.  * Revision 4.3.3.1  91/01/16  03:18:24  davison
  5.  * Added optional prototyping.
  6.  * 
  7.  * Revision 4.3  85/05/01  11:44:56  lwall
  8.  * Baseline for release with 4.3bsd.
  9.  * 
  10.  */
  11.  
  12. #ifdef NGSEARCH
  13. #define NGS_ABORT 0
  14. #define NGS_FOUND 1
  15. #define NGS_INTR 2
  16. #define NGS_NOTFOUND 3
  17.  
  18. EXT bool ng_doread INIT(FALSE);        /* search read newsgroups? */
  19. #endif
  20.  
  21. void    ngsrch_init ANSI((void));
  22. #ifdef NGSEARCH 
  23.     int        ng_search ANSI((char *,int));
  24.     bool    ng_wanted ANSI((void));
  25. #endif
  26. #ifdef NGSORONLY
  27.     char    *ng_comp ANSI((COMPEX *,char *,bool,bool));
  28. #endif
  29.