/* multiuser.library */

ULONG muLogoutA(struct TagItem *taglist);
ULONG muLoginA(struct TagItem *taglist);
ULONG muGetTaskOwner(struct Task *task);
BOOL muPasswd(char oldpwd[], char newpwd[]);
ULONG muGetProtection(ULONG owner, ULONG user, ULONG mask);
struct muUserInfo *muAllocUserInfo(void);
void muFreeUserInfo(struct muUserInfo *info);
struct muUserInfo *muGetUserInfo(struct muUserInfo *info, ULONG keytype);
BOOL muSetLibFlush(BOOL allowed);
BOOL muSetDefProtection(struct Task *task, ULONG mask);
ULONG muGetDefProtection(struct Task *task, struct muBase *muBase);
