home *** CD-ROM | disk | FTP | other *** search
/ ANews 1 / AnewsCD01.iso / Indispensables / Compression / xad / Developer / Include / FD / xadmaster_lib.fd
Text File  |  1999-08-09  |  743b  |  30 lines

  1. ##base _xadMasterBase
  2. ##bias 30
  3. ##public
  4. **
  5. **    $VER: xadmaster_lib.fd 2.0 (17.06.1999)
  6. **    xadmaster.library function descriptions
  7. **
  8. **    Copyright © 1998-1999 by Dirk Stöcker
  9. **    All Rights Reserved.
  10. **
  11. xadAllocObjectA(type,tags)(d0,a0)
  12. xadFreeObjectA(object,tags)(a0,a1)
  13. xadRecogFileA(size,memory,tags)(d0,a0,a1)
  14. xadGetInfoA(ai,tags)(a0,a1)
  15. xadFreeInfo(ai)(a0)
  16. xadFileUnArcA(ai,tags)(a0,a1)
  17. xadDiskUnArcA(ai,tags)(a0,a1)
  18. xadGetErrorText(errnum)(d0)
  19. xadGetClientInfo()()
  20. xadHookAccess(command,data,buffer,ai)(d0,d1,a0,a1)
  21. xadConvertDatesA(tags)(a0)
  22. xadCalcCRC16(id,init,size,buffer)(d0,d1,d2,a0)
  23. xadCalcCRC32(id,init,size,buffer)(d0,d1,d2,a0)
  24. **
  25. ** version 2 functions
  26. **
  27. xadAllocVec(size,flags)(d0,d1)
  28. xadCopyMem(src,dest,size)(a0,a1,d0)
  29. ##end
  30.