home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / PACKER / GTAK258 / RMT / rmt_disk.def < prev    next >
Text File  |  1994-10-29  |  1KB  |  41 lines

  1. ;##############################################################################
  2. ; $Id: rmt_disk.def,v 1.7 1994/10/04 21:40:54 ak Exp $
  3. ;##############################################################################
  4. ; $Log: rmt_disk.def,v $
  5. ;Revision 1.7  1994/10/04  21:40:54  ak
  6. ;Added the remaining functions to disk support.
  7. ;
  8. ; Revision 1.6  1994/09/01 23:54:49  ak
  9. ; Don't export _DLL_InitTerm. Seems to be included anyway.
  10. ;
  11. ;Revision 1.5  1994/02/16 15:29:06  edvkai
  12. ;Dummy checkin for CVS 1.3 crlf.
  13. ;
  14. ;Revision 1.4  1993/12/05 13:48:16  ak
  15. ;*** empty log message ***
  16. ;
  17. ;Revision 1.3  1993/11/25  18:53:41  edvkai
  18. ;Removed DLL import by number.
  19. ;Changed return codes to avoid ambiguities.
  20. ;Changed lseek into seek, parameter changes.
  21. ;
  22. ;Revision 1.1.1.1  1993/02/08  21:32:03  AK
  23. ;TAR device interface DLLs.
  24. ;
  25. ;Revision 1.1  1993/02/08  21:32:01  AK
  26. ;Initial revision
  27. ;
  28. ;##############################################################################
  29. LIBRARY 'RMT_DISK' INITINSTANCE
  30. DESCRIPTION 'GTAK Disk Access Module'
  31. CODE LOADONCALL
  32. DATA LOADONCALL NONSHARED MULTIPLE
  33. EXPORTS
  34.     rmt_open
  35.     rmt_read
  36.     rmt_write
  37.     rmt_seek
  38.     rmt_close
  39.     rmt_error
  40.     rmt_status
  41.