home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Basic / MAXONB32.DMS / in.adf / Includes.lha / BH / asl.bh < prev    next >
Encoding:
Text File  |  1994-03-16  |  372 b   |  11 lines

  1. ' asl BASIC header
  2.  
  3. '$include asl.bc
  4. LIBRARY DECLARE "asl.library"
  5. DECLARE FUNCTION AllocFileRequest& LIBRARY
  6. DECLARE SUB FreeFileRequest LIBRARY 'fileReq&
  7. DECLARE FUNCTION RequestFile& LIBRARY 'fileReq&
  8. DECLARE FUNCTION AllocAslRequest& LIBRARY 'reqType&, tagList&
  9. DECLARE SUB FreeAslRequest LIBRARY 'requester&
  10. DECLARE FUNCTION AslRequest& LIBRARY 'requester&, tagList&
  11.