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

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