home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef HH_MOREDOS_H
- #define HH_MOREDOS_H
-
- /*************************************************************/
- /* NeonSoft (C) 06-04-'88 */
- /* moredos.h */
- /*************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef LIBRARIES_DOSEXTENS_H
- #include <libraries/dosextens.h>
- #endif
-
- #define NADDR(nptr) (((LONG)(nptr))>>2)
-
- extern BOOL nbstrcmp();
- extern BPTR FindDevice();
- extern BPTR RemoveDevice();
- extern VOID InsertDevice();
-
-
- #endif !HH_MOREDOS_H
-
-