]> git.kernelconcepts.de Git - mv-sheeva.git/blobdiff - include/linux/sunrpc/clnt.h
SUNRPC: New xdr_streams XDR encoder API
[mv-sheeva.git] / include / linux / sunrpc / clnt.h
index a5a55f284b7da5de0fdc38fe7b9dac53feb53672..7b19c4e1ce53a67c69ec5784a7a5aaeeb63e0031 100644 (file)
@@ -89,7 +89,7 @@ struct rpc_version {
  */
 struct rpc_procinfo {
        u32                     p_proc;         /* RPC procedure number */
-       kxdrproc_t              p_encode;       /* XDR encode function */
+       kxdreproc_t             p_encode;       /* XDR encode function */
        kxdrproc_t              p_decode;       /* XDR decode function */
        unsigned int            p_arglen;       /* argument hdr length (u32) */
        unsigned int            p_replen;       /* reply hdr length (u32) */