home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / rn_4_3_blars.lzh / ngsrch.h < prev    next >
C/C++ Source or Header  |  1990-08-22  |  474b  |  26 lines

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