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 / abou.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-18  |  356 b   |  16 lines  |  [TEXT/MPS ]

  1. /*______________________________________________________________________
  2.  
  3.     abou.h - About Window Manager Interface.
  4.     
  5.     Copyright © 1988, 1989, 1990, Northwestern University.
  6. _____________________________________________________________________*/
  7.  
  8. #ifndef __abou__
  9. #define __abou__
  10.  
  11. extern Boolean abou_IsOpen (void);
  12. extern void abou_Open (void);
  13.  
  14. #endif
  15.  
  16.