home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / MacGzip 1.1.1 / Mac / MacAE.h < prev    next >
Encoding:
Text File  |  1997-04-01  |  636 b   |  29 lines  |  [TEXT/CWIE]

  1.  
  2.  
  3. /*****************************************************/
  4. /* AE handlers */
  5.  
  6. pascal OSErr  MyHandleODoc(    AppleEvent *theAppleEvent,
  7.                             AppleEvent *reply,
  8.                             long handlerRefCon
  9.                             );
  10.                                 
  11. pascal OSErr  MyHandlePDoc(    AppleEvent *theAppleEvent,
  12.                             AppleEvent *reply,
  13.                             long handlerRefCon
  14.                             );
  15.                             
  16. pascal OSErr  MyHandleOApp(    AppleEvent *theAppleEvent,
  17.                             AppleEvent *reply,
  18.                             long handlerRefCon
  19.                             );
  20.  
  21. pascal OSErr  MyHandleQuit(    AppleEvent *theAppleEvent,
  22.                             AppleEvent *reply,
  23.                             long handlerRefcon
  24.                             );    
  25.                                                     
  26.  
  27.  
  28. /*****************************************************/
  29.