home *** CD-ROM | disk | FTP | other *** search
- /* $Header: E:\SRC\UUPC\RN\RCS/NGSRCH.H 1.1 1992/11/21 06:14:58 ahd Exp $
- *
- * $Log: NGSRCH.H $
- * Revision 1.1 1992/11/21 06:14:58 ahd
- * Initial
- *
- *
- * Rev 1.0 18 Nov 1990 0:22:52
- * Initial revision.
- * Revision 4.3 85/05/01 11:44:56 lwall
- * Baseline for release with 4.3bsd.
- *
- */
-
- #ifdef NGSEARCH
- #define NGS_ABORT 0
- #define NGS_FOUND 1
- #define NGS_INTR 2
- #define NGS_NOTFOUND 3
-
- EXT bool ng_doread INIT(FALSE); /* search read newsgroups? */
- #endif
-
- void ngsrch_init();
- #ifdef NGSEARCH
- int ng_search();
- bool ng_wanted();
- #endif
- #ifdef NGSORONLY
- char *ng_comp();
- #endif
-