home *** CD-ROM | disk | FTP | other *** search
- /************************************************************
- * MultiUser - MultiUser Task/File Support System *
- * --------------------------------------------------------- *
- * Standard Library Functions *
- * --------------------------------------------------------- *
- * © Copyright 1993-1994 Geert Uytterhoeven *
- * All Rights Reserved. *
- ************************************************************/
-
-
- #include "multiuser.h"
-
-
- /*
- * Function Prototypes
- */
-
-
- extern struct muBase __asm __saveds *muInit(register __d0 struct muBase *mubase,
- register __a0 BPTR seglist,
- register __a6 struct ExecBase *sysbase);
- extern struct muBase __asm *muOpen(register __a6 struct muBase *muBase);
- extern BPTR __asm muClose(register __a6 struct muBase *muBase);
- extern BPTR __asm muExpunge(void);
- extern ULONG __asm muExtFunc(void);
-