home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / trn_12.zip / src / cheat.h < prev    next >
C/C++ Source or Header  |  1991-12-04  |  1KB  |  36 lines

  1. /* $Id: cheat.h,v 4.4 1991/09/09 20:18:23 sob Exp sob $
  2.  *
  3.  * $Log: cheat.h,v $
  4.  * Revision 4.4  1991/09/09  20:18:23  sob
  5.  * release 4.4
  6.  *
  7.  * 
  8.  */
  9. /* This software is Copyright 1991 by Stan Barber. 
  10.  *
  11.  * Permission is hereby granted to copy, reproduce, redistribute or otherwise
  12.  * use this software as long as: there is no monetary profit gained
  13.  * specifically from the use or reproduction of this software, it is not
  14.  * sold, rented, traded or otherwise marketed, and this copyright notice is
  15.  * included prominently in any copy made. 
  16.  *
  17.  * The author make no claims as to the fitness or correctness of this software
  18.  * for any use whatsoever, and it is provided as is. Any use of this software
  19.  * is at the user's own risk. 
  20.  */
  21.  
  22. #ifdef ARTSEARCH
  23. EXT ART_NUM srchahead INIT(0);     /* are we in subject scan mode? */
  24.                 /* (if so, contains art # found or -1) */
  25. #endif
  26.  
  27. #ifdef PENDING
  28. #   ifdef CACHESUBJ
  29.     EXT ART_NUM subj_to_get;
  30. #   endif
  31. #endif
  32.  
  33. void    cheat_init ANSI((void));
  34. void    look_ahead ANSI((void));
  35. void    collect_subjects ANSI((void));
  36.