home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / rn_4_3_blars.lzh / cheat.h < prev    next >
Text File  |  1990-08-22  |  449b  |  23 lines

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