home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / powerd / modules / asl.m < prev    next >
Encoding:
Text File  |  1999-06-23  |  458 b   |  12 lines

  1. MODULE    'utility/tagitem'
  2.  
  3. LIBRARY ASLBase
  4.     AllocFileRequest()(d0:PTR TO FileRequester)=-30,
  5.     FreeFileRequest(a0:PTR TO FileRequester)=-36,
  6.     RequestFile(a0:PTR TO FileRequester)(d0:BOOL)=-42,
  7.     AllocAslRequest(d0,a0=NIL:PTR TO TagItem)(d0:APTR)=-48,
  8.     AllocAslRequestTags(d0,a0=NIL:LIST OF TagItem)(d0:APTR)=-48,
  9.     FreeAslRequest(a0:APTR)=-54,
  10.     AslRequest(a0:APTR,a1=NIL:PTR TO TagItem)(d0:BOOL)=-60,
  11.     AslRequestTags(a0:APTR,a1=NIL:LIST OF TagItem)(d0:BOOL)=-60
  12.