home *** CD-ROM | disk | FTP | other *** search
- /************************************************************
- * MultiUser - MultiUser Task/File Support System *
- * --------------------------------------------------------- *
- * Password Management *
- * --------------------------------------------------------- *
- * © Copyright 1993-1994 Geert Uytterhoeven *
- * All Rights Reserved. *
- ************************************************************/
-
-
- #include "multiuser.h"
-
-
- /*
- * Function Prototypes
- */
-
-
- extern BOOL __asm __saveds muPasswd(register __a0 STRPTR oldpwd, register __a1 STRPTR newpwd);
- extern BOOL __asm __saveds muCheckPasswd(register __a0 struct TagItem *taglist);
-