home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / UUPC11XT.ZIP / RN / NGSRCH.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-21  |  636 b   |  32 lines

  1. /* $Header: E:\SRC\UUPC\RN\RCS/NGSRCH.H 1.1 1992/11/21 06:14:58 ahd Exp $
  2.  *
  3.  * $Log: NGSRCH.H $
  4.  * Revision 1.1  1992/11/21  06:14:58  ahd
  5.  * Initial
  6.  *
  7.  *
  8.  *    Rev 1.0   18 Nov 1990  0:22:52
  9.  * Initial revision.
  10.  * Revision 4.3  85/05/01  11:44:56  lwall
  11.  * Baseline for release with 4.3bsd.
  12.  *
  13.  */
  14.  
  15. #ifdef NGSEARCH
  16. #define NGS_ABORT 0
  17. #define NGS_FOUND 1
  18. #define NGS_INTR 2
  19. #define NGS_NOTFOUND 3
  20.  
  21. EXT bool ng_doread INIT(FALSE);        /* search read newsgroups? */
  22. #endif
  23.  
  24. void    ngsrch_init();
  25. #ifdef NGSEARCH
  26.     int        ng_search();
  27.     bool    ng_wanted();
  28. #endif
  29. #ifdef NGSORONLY
  30.     char    *ng_comp();
  31. #endif
  32.