home *** CD-ROM | disk | FTP | other *** search
- /* @(#)yppasswd.h 1.2 88/05/08 4.0NFSSRC SMI */
-
- /*
- * Copyright (c) 1988 by Sun Microsystems, Inc.
- * @(#) from SUN 1.4
- */
-
- #define YPPASSWDPROG 100009
- #define YPPASSWDPROC_UPDATE 1
- #define YPPASSWDVERS_ORIG 1
- #define YPPASSWDVERS 1
-
- struct yppasswd {
- char *oldpass; /* old (unencrypted) password */
- struct passwd newpw; /* new pw structure */
- };
-
- int xdr_yppasswd();
-