SUNRPC: New xdr_streams XDR encoder API
[deliverable/linux.git] / include / linux / sunrpc / auth.h
index b2024757edd5a7ca2d15d5bb4e149ebe8205f7eb..d88cffbaa6df8013393debd9a52888447c92cb1e 100644 (file)
@@ -110,7 +110,7 @@ struct rpc_credops {
        __be32 *                (*crmarshal)(struct rpc_task *, __be32 *);
        int                     (*crrefresh)(struct rpc_task *);
        __be32 *                (*crvalidate)(struct rpc_task *, __be32 *);
-       int                     (*crwrap_req)(struct rpc_task *, kxdrproc_t,
+       int                     (*crwrap_req)(struct rpc_task *, kxdreproc_t,
                                                void *, __be32 *, void *);
        int                     (*crunwrap_resp)(struct rpc_task *, kxdrproc_t,
                                                void *, __be32 *, void *);
@@ -139,7 +139,7 @@ struct rpc_cred *   rpcauth_generic_bind_cred(struct rpc_task *, struct rpc_cred *
 void                   put_rpccred(struct rpc_cred *);
 __be32 *               rpcauth_marshcred(struct rpc_task *, __be32 *);
 __be32 *               rpcauth_checkverf(struct rpc_task *, __be32 *);
-int                    rpcauth_wrap_req(struct rpc_task *task, kxdrproc_t encode, void *rqstp, __be32 *data, void *obj);
+int                    rpcauth_wrap_req(struct rpc_task *task, kxdreproc_t encode, void *rqstp, __be32 *data, void *obj);
 int                    rpcauth_unwrap_resp(struct rpc_task *task, kxdrproc_t decode, void *rqstp, __be32 *data, void *obj);
 int                    rpcauth_refreshcred(struct rpc_task *);
 void                   rpcauth_invalcred(struct rpc_task *);
This page took 0.029961 seconds and 5 git commands to generate.