home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / demos / secal / inc / utility / hooks.inc < prev    next >
Encoding:
Text File  |  1996-04-30  |  153 b   |  11 lines

  1. include "inc/exec/types.inc";
  2. include "inc/exec/nodes.inc";
  3.  
  4. struct Hook is
  5.   h_MinNode:MinNode;
  6.   h_Entry:ulong;
  7.   h_SubEntry:ulong;
  8.   h_Data:ulong;
  9. ;
  10.  
  11.