readlinkres
struct readlinkres *
static struct readlinkres res;
typedef struct readlinkres readlinkres;
extern "C" bool_t xdr_readlinkres(XDR *, readlinkres *);
extern bool_t xdr_readlinkres(XDR *, readlinkres *);
extern "C" readlinkres * nfsproc_readlink_2(nfs_fh *, CLIENT *);
extern "C" readlinkres * nfsproc_readlink_2_svc(nfs_fh *, struct svc_req *);
extern readlinkres * nfsproc_readlink_2(nfs_fh *, CLIENT *);
extern readlinkres * nfsproc_readlink_2_svc(nfs_fh *, struct svc_req *);
extern readlinkres * nfsproc_readlink_2();
extern readlinkres * nfsproc_readlink_2_svc();
xdr_readlinkres(XDR *xdrs, readlinkres *objp)