home *** CD-ROM | disk | FTP | other *** search
- /* $Header: cheat.h,v 4.3.3.1 91/01/16 02:32:16 davison Trn $
- *
- * $Log: cheat.h,v $
- * Revision 4.3.3.1 91/01/16 02:32:16 davison
- * Added optional prototyping.
- *
- * Revision 4.3 85/05/01 11:36:58 lwall
- * Baseline for release with 4.3bsd.
- *
- */
-
- #ifdef ARTSEARCH
- EXT ART_NUM srchahead INIT(0); /* are we in subject scan mode? */
- /* (if so, contains art # found or -1) */
- #endif
-
- #ifdef PENDING
- # ifdef CACHESUBJ
- EXT ART_NUM subj_to_get;
- # endif
- #endif
-
- void cheat_init ANSI((void));
- void look_ahead ANSI((void));
- void collect_subjects ANSI((void));
-