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

  1. #ifndef  CLIB_RAMDRIVE_PROTOS_H
  2. #define  CLIB_RAMDRIVE_PROTOS_H
  3. /*
  4. **    $VER: ramdrive_protos.h 36.3 (07.11.90)
  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  EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. /*--- functions in V34 or higher (distributed as Release 1.3) ---*/
  16. STRPTR KillRAD0( void );
  17. /*--- functions in V36 or higher (distributed as Release 2.0) ---*/
  18. STRPTR KillRAD( unsigned long unit );
  19. #endif     /* CLIB_RAMDRIVE_PROTOS_H */
  20.