readargs
nfsproc_read_2_svc(struct readargs *argp, struct svc_req *rqstp)
typedef struct readargs readargs;
extern "C" bool_t xdr_readargs(XDR *, readargs *);
extern bool_t xdr_readargs(XDR *, readargs *);
extern "C" readres * nfsproc_read_2(readargs *, CLIENT *);
extern "C" readres * nfsproc_read_2_svc(readargs *, struct svc_req *);
extern readres * nfsproc_read_2(readargs *, CLIENT *);
extern readres * nfsproc_read_2_svc(readargs *, struct svc_req *);
readargs nfsproc_read_2_arg;
xdr_readargs(XDR *xdrs, readargs *objp)