The C and C++ Include Header Files
/usr/include/rpcsvc/yppasswd.h
$ cat -n /usr/include/rpcsvc/yppasswd.h 1 /* 2 * Please do not edit this file. 3 * It was generated using rpcgen. 4 */ 5 6 #ifndef _YPPASSWD_H_RPCGEN 7 #define _YPPASSWD_H_RPCGEN 8 9 #include
10 11 12 #ifdef __cplusplus 13 extern "C" { 14 #endif 15 16 struct passwd { 17 char *pw_name; 18 char *pw_passwd; 19 int pw_uid; 20 int pw_gid; 21 char *pw_gecos; 22 char *pw_dir; 23 char *pw_shell; 24 }; 25 typedef struct passwd passwd; 26 27 struct yppasswd { 28 char *oldpass; 29 struct passwd newpw; 30 }; 31 typedef struct yppasswd yppasswd; 32 33 #define YPPASSWDPROG 100009 34 #define YPPASSWDVERS 1 35 #define YPPASSWDPROC_UPDATE 1 36 37 extern int * yppasswdproc_update_1(yppasswd *, CLIENT *); 38 extern int * yppasswdproc_update_1_svc(yppasswd *, struct svc_req *); 39 extern int yppasswdprog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t); 40 41 /* the xdr functions */ 42 extern bool_t xdr_passwd (XDR *, struct passwd*); 43 extern bool_t xdr_yppasswd (XDR *, yppasswd*); 44 45 #ifdef __cplusplus 46 } 47 #endif 48 49 #endif /* !_YPPASSWD_H_RPCGEN */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2024 MyWebUniversity.com ™