linkargs
nfsproc_link_2_svc(linkargs *argp, struct svc_req *rqstp)
typedef struct linkargs linkargs;
extern "C" bool_t xdr_linkargs(XDR *, linkargs *);
extern bool_t xdr_linkargs(XDR *, linkargs *);
extern "C" int * nfsproc_link_2(linkargs *, CLIENT *);
extern "C" int * nfsproc_link_2_svc(linkargs *, struct svc_req *);
extern int * nfsproc_link_2(linkargs *, CLIENT *);
extern int * nfsproc_link_2_svc(linkargs *, struct svc_req *);
linkargs nfsproc_link_2_arg;
xdr_linkargs(XDR *xdrs, linkargs *objp)