home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / ae / ae.proto.h < prev   
Encoding:
Text File  |  1995-03-19  |  825 b   |  17 lines  |  [TEXT/CWIE]

  1. pascal OSErr  MyHandleODoc (AppleEvent *theAppleEvent, AppleEvent* reply, long
  2.                                                         handlerRefCon);
  3. pascal OSErr  MyHandlePDoc (AppleEvent *theAppleEvent, AppleEvent *reply, long
  4.                                                         handlerRefCon);
  5. pascal OSErr  MyHandleOApp (AppleEvent *theAppleEvent, AppleEvent *reply, long
  6.                                                         handlerRefCon);
  7. pascal OSErr  MyHandleQuit (AppleEvent *theAppleEvent, AppleEvent *reply, long
  8.                                                         handlerRefCon);
  9. pascal OSErr  MyHandleGURL (AppleEvent *theAppleEvent, AppleEvent* reply, long
  10.                                                         handlerRefCon);
  11. OSErr MyGotRequiredParams (AppleEvent *theAppleEvent);
  12. PROTO_UPP(MyHandleODoc, AEEventHandler);
  13. PROTO_UPP(MyHandleOApp, AEEventHandler);
  14. PROTO_UPP(MyHandlePDoc, AEEventHandler);
  15. PROTO_UPP(MyHandleQuit, AEEventHandler);
  16. PROTO_UPP(MyHandleGURL, AEEventHandler);
  17. void AEunload(void);