Back
Type Name Operations
bootparam_prot.h
bootparam_prot.x
key_prot.h
key_prot.x
klm_prot.h
klm_prot.x
mount.h
mount.x
nfs_prot.h
nfs_prot.x
nis.h
nis.x
nis_callback.h
nis_callback.x
nis_object.x
nis_tags.h
nislib.h
nlm_prot.h
nlm_prot.x
rex.h
rex.x
rquota.h
rquota.x
rstat.h
rstat.x
rusers.h
rusers.x
sm_inter.h
sm_inter.x
spray.h
spray.x
yp.h
yp.x
yp_prot.h
ypclnt.h
yppasswd.h
yppasswd.x
ypupd.h

File Transfer

Upload files to current directory

File Editor: yppasswd.h

/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _YPPASSWD_H_RPCGEN #define _YPPASSWD_H_RPCGEN #include #ifdef __cplusplus extern "C" { #endif struct passwd { char *pw_name; char *pw_passwd; int pw_uid; int pw_gid; char *pw_gecos; char *pw_dir; char *pw_shell; }; typedef struct passwd passwd; struct yppasswd { char *oldpass; struct passwd newpw; }; typedef struct yppasswd yppasswd; #define YPPASSWDPROG 100009 #define YPPASSWDVERS 1 #define YPPASSWDPROC_UPDATE 1 extern int * yppasswdproc_update_1(yppasswd *, CLIENT *); extern int * yppasswdproc_update_1_svc(yppasswd *, struct svc_req *); extern int yppasswdprog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t); /* the xdr functions */ extern bool_t xdr_passwd (XDR *, struct passwd*); extern bool_t xdr_yppasswd (XDR *, yppasswd*); #ifdef __cplusplus } #endif #endif /* !_YPPASSWD_H_RPCGEN */