home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / pc / technical documentation / develop / develop issue 28 / develop issue 28 code / sketch / source / appleevent / aerrequiredsuite.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-11  |  292 b   |  13 lines

  1. /****************************************************************************
  2.  * 
  3.  * RequiredSuite.h
  4.  *
  5.  ****************************************************************************/
  6.  
  7. #ifndef __REQUIREDSUITE__
  8. #define __REQUIREDSUITE__
  9.  
  10. Boolean            InstallRequiredSuiteHandlers    (void);
  11.  
  12. #endif
  13.