home *** CD-ROM | disk | FTP | other *** search
- /************************************************************
- * MultiUser - MultiUser Task/File Support System *
- * --------------------------------------------------------- *
- * Protection Bits Management *
- * --------------------------------------------------------- *
- * © Copyright 1993-1994 Geert Uytterhoeven *
- * All Rights Reserved. *
- ************************************************************/
-
-
- #include "multiuser.h"
-
-
- /*
- * Function Prototypes
- */
-
-
- extern BOOL __asm __saveds muSetDefProtectionA(register __a0 struct TagItem *taglist);
- extern ULONG __asm __saveds muGetDefProtection(register __d0 struct Task *task);
- extern BOOL __asm __saveds muSetProtection(register __d1 STRPTR name, register __d2 LONG mask,
- register __a6 struct muBase *muBase);
- extern BOOL __asm muLimitDOSSetProtection(register __d0 BOOL flag, register __a6 struct muBase *muBase);
- extern BOOL __asm __saveds NEWSetProtection(register __d1 STRPTR name, register __d2 LONG mask,
- register __a6 struct DosLibrary *dosbase);
-