home *** CD-ROM | disk | FTP | other *** search
- /* $Header: ngsrch.h,v 4.3.3.1 91/01/16 03:18:24 davison Trn $
- *
- * $Log: ngsrch.h,v $
- * Revision 4.3.3.1 91/01/16 03:18:24 davison
- * Added optional prototyping.
- *
- * 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 ANSI((void));
- #ifdef NGSEARCH
- int ng_search ANSI((char *,int));
- bool ng_wanted ANSI((void));
- #endif
- #ifdef NGSORONLY
- char *ng_comp ANSI((COMPEX *,char *,bool,bool));
- #endif
-