home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / os-include / clib / disk_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-24  |  611b  |  23 lines

  1. #ifndef  CLIB_DISK_PROTOS_H
  2. #define  CLIB_DISK_PROTOS_H
  3. /*
  4. **    $VER: disk_protos.h 36.1 (19.02.91)
  5. **    Includes Release 39.108
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  RESOURCES_DISK_H
  13. #include <resources/disk.h>
  14. #endif
  15. BOOL AllocUnit( long unitNum );
  16. void FreeUnit( long unitNum );
  17. struct DiskResourceUnit *GetUnit( struct DiskResourceUnit *unitPointer );
  18. void GiveUnit( void );
  19. LONG GetUnitID( long unitNum );
  20. /*------ new for V37 ------*/
  21. LONG ReadUnitID( long unitNum );
  22. #endif     /* CLIB_DISK_PROTOS_H */
  23.