home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / stefanb_src / dospath / dev / fd / dospath_lib.fd
Encoding:
Text File  |  1996-08-25  |  459 b   |  23 lines

  1. *
  2. * dospath_lib.fd  V1.0
  3. *
  4. * dospath.library function offsets
  5. *
  6. * (c) 1996 Stefan Becker
  7. *
  8. ##base _DOSPathBase
  9. ##bias 30
  10. ##private
  11. Reserved1()()
  12. ##public
  13. FreePathList(list)(a0)
  14. CopyPathList(orig,anchor)(a0,a1)
  15. BuildPathListTagList(anchor,tags)(a0,a1)
  16. * tagcall
  17. FindFileInPathList(state,file)(a0,a1)
  18. RemoveFromPathList(path,lock)(a0,a1)
  19. GetProcessPathList(process)(a0)
  20. SetProcessPathList(process,path)(a0,a1)
  21. CopyWorkbenchPathList(startup,anchor)(a0,a1)
  22. ##end
  23.