home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ncsa / Mac / Telnet2.6 / prerelease / d5 / Telnet 2.6.1d5.src.sit.hqx / Telnet 2.6.1d5 src / source / files / ae.proto.h < prev    next >
Encoding:
Text File  |  1994-12-21  |  805 b   |  17 lines

  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.