home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / utilities / misc / multiuser / include / clib / multiuser_protos.h
Encoding:
C/C++ Source or Header  |  1993-03-30  |  774 b   |  27 lines

  1. #ifndef CLIB_MULTIUSER_PROTOS_H
  2. #define CLIB_MULTIUSER_PROTOS_H
  3. /*
  4. **      $Filename: clib/multiuser_protos.h $
  5. **      $Release: 1.0 $
  6. **      $Revision: 39.0 $
  7. **
  8. **      C prototypes.
  9. **
  10. **      (C) Copyright 1993 Geert Uytterhoeven
  11. **      All Rights Reserved
  12. */
  13.  
  14. ULONG muLogoutA(struct TagItem *taglist);
  15. ULONG muLoginA(struct TagItem *taglist);
  16. ULONG muGetTaskOwner(struct Task *task);
  17. BOOL muPasswd(char oldpwd[], char newpwd[]);
  18. struct muUserInfo *muAllocUserInfo(void);
  19. void muFreeUserInfo(struct muUserInfo *info);
  20. struct muUserInfo *muGetUserInfo(struct muUserInfo *info, ULONG keytype);
  21. BOOL muSetLibFlush(BOOL allowed);
  22. BOOL muSetDefProtection(struct Task *task, ULONG mask);
  23. ULONG muGetDefProtection(struct Task *task);
  24.  
  25.  
  26. #endif  /* CLIB_MULTIUSER_PROTOS_H */
  27.