home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / CBMDevKit3.dms / CBMDevKit3.adf / asl / asltester / edithook.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-17  |  1.0 KB  |  40 lines

  1.  
  2. /*
  3. COPYRIGHT: Unless otherwise noted, all files are Copyright (c) 1992-1993
  4. Commodore-Amiga, Inc.  All rights reserved.
  5.  
  6. DISCLAIMER: This software is provided "as is".  No representations or
  7. warranties are made with respect to the accuracy, reliability, performance,
  8. currentness, or operation of this software, and all use is at your own risk.
  9. Neither commodore nor the authors assume any responsibility or liability
  10. whatsoever with respect to your use of this software.
  11. */
  12.  
  13.  
  14. /****************************************************************************/
  15.  
  16.  
  17. #ifndef EDITHOOK_H
  18. #define EDITHOOK_H
  19.  
  20.  
  21. /*****************************************************************************/
  22.  
  23.  
  24. #include <exec/types.h>
  25. #include <dos.h>
  26.  
  27.  
  28. /*****************************************************************************/
  29.  
  30.  
  31. ULONG __asm HexHook(register __a0 struct Hook *hook,
  32.                     register __a2 struct SGWork *sgw,
  33.                     register __a1 ULONG *msg);
  34.  
  35.  
  36. /*****************************************************************************/
  37.  
  38.  
  39. #endif /* EDITHOOK_H */
  40.