home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 595.lha / MountStuff / MoreDos.h < prev    next >
C/C++ Source or Header  |  1990-10-16  |  595b  |  27 lines

  1.  
  2. #ifndef HH_MOREDOS_H
  3. #define HH_MOREDOS_H
  4.  
  5. /*************************************************************/
  6. /*                 NeonSoft (C) 06-04-'88                    */
  7. /*                 moredos.h                                 */
  8. /*************************************************************/
  9.  
  10. #ifndef EXEC_TYPES_H
  11. #include <exec/types.h>
  12. #endif
  13. #ifndef LIBRARIES_DOSEXTENS_H
  14. #include <libraries/dosextens.h>
  15. #endif
  16.  
  17. #define NADDR(nptr) (((LONG)(nptr))>>2)
  18.  
  19. extern BOOL nbstrcmp();
  20. extern BPTR FindDevice();
  21. extern BPTR RemoveDevice();
  22. extern VOID InsertDevice();
  23.  
  24.  
  25. #endif !HH_MOREDOS_H
  26.  
  27.