home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume23 / trn / part14 / cheat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-22  |  572 b   |  26 lines

  1. /* $Header: cheat.h,v 4.3.3.1 91/01/16 02:32:16 davison Trn $
  2.  *
  3.  * $Log:    cheat.h,v $
  4.  * Revision 4.3.3.1  91/01/16  02:32:16  davison
  5.  * Added optional prototyping.
  6.  * 
  7.  * Revision 4.3  85/05/01  11:36:58  lwall
  8.  * Baseline for release with 4.3bsd.
  9.  * 
  10.  */
  11.  
  12. #ifdef ARTSEARCH
  13. EXT ART_NUM srchahead INIT(0);     /* are we in subject scan mode? */
  14.                 /* (if so, contains art # found or -1) */
  15. #endif
  16.  
  17. #ifdef PENDING
  18. #   ifdef CACHESUBJ
  19.     EXT ART_NUM subj_to_get;
  20. #   endif
  21. #endif
  22.  
  23. void    cheat_init ANSI((void));
  24. void    look_ahead ANSI((void));
  25. void    collect_subjects ANSI((void));
  26.