home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / UUPC11XT.ZIP / RN / CHEAT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-21  |  609 b   |  29 lines

  1. /* $Header: E:\SRC\UUPC\RN\RCS/CHEAT.H 1.1 1992/11/21 06:14:58 ahd Exp $
  2.  *
  3.  * $Log: CHEAT.H $
  4.  * Revision 1.1  1992/11/21  06:14:58  ahd
  5.  * Initial
  6.  *
  7.  *
  8.  *    Rev 1.0   18 Nov 1990  0:22:52
  9.  * Initial revision.
  10.  * Revision 4.3  85/05/01  11:36:58  lwall
  11.  * Baseline for release with 4.3bsd.
  12.  *
  13.  */
  14.  
  15. #ifdef ARTSEARCH
  16. EXT ART_NUM srchahead INIT(0);     /* are we in subject scan mode? */
  17.                 /* (if so, contains art # found or -1) */
  18. #endif
  19.  
  20. #ifdef PENDING
  21. #   ifdef CACHESUBJ
  22.     EXT ART_NUM subj_to_get;
  23. #   endif
  24. #endif
  25.  
  26. void    cheat_init();
  27. void    look_ahead();
  28. void    collect_subjects();
  29.