home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Utility / Virus Checkers / Disinfectant 2.5.1 / Source Code for 2.4 / Source Code / prog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-18  |  312 b   |  14 lines  |  [TEXT/MPS ]

  1. /*______________________________________________________________________
  2.  
  3.     prog.h - Main Module Interface.
  4.     
  5.     Copyright © 1988, 1989, 1990, Northwestern University.
  6. _____________________________________________________________________*/
  7.  
  8. #ifndef __prog__
  9. #define __prog__
  10.  
  11. extern void prog_Event (void);
  12.  
  13. #endif
  14.