home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
util
/
misc
/
multiuser
/
src
/
library
/
protection.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-03-07
|
1KB
|
26 lines
/************************************************************
* 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);