home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_MULTIUSER_PROTOS_H
- #define CLIB_MULTIUSER_PROTOS_H
- /*
- ** $Filename: clib/multiuser_protos.h $
- ** $Release: 1.0 $
- ** $Revision: 39.0 $
- **
- ** C prototypes.
- **
- ** (C) Copyright 1993 Geert Uytterhoeven
- ** All Rights Reserved
- */
-
- ULONG muLogoutA(struct TagItem *taglist);
- ULONG muLoginA(struct TagItem *taglist);
- ULONG muGetTaskOwner(struct Task *task);
- BOOL muPasswd(char oldpwd[], char newpwd[]);
- 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);
-
-
- #endif /* CLIB_MULTIUSER_PROTOS_H */
-