X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-raw.h;h=060b08c66a3ff9be6982be6f4b0dea44c278a9bc;hb=8e2558166817abaa94af84afc269899d2b61051c;hp=c2f5a4b555246b781d1f670e2d4b2e328c0a4251;hpb=16104b27bd8deedc07a23aec33b4ef3cde82808f;p=deb_libnfs.git diff --git a/include/libnfs-raw.h b/include/libnfs-raw.h index c2f5a4b..060b08c 100644 --- a/include/libnfs-raw.h +++ b/include/libnfs-raw.h @@ -594,7 +594,8 @@ int rpc_nfs_readlink_async(struct rpc_context *rpc, rpc_cb cb, struct READLINK3a * RPC_STATUS_CANCEL : The connection attempt was aborted before it could complete. * data is NULL. */ -int rpc_nfs_symlink_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, char *newname, char *oldpath, void *private_data); +struct SYMLINK3args; +int rpc_nfs_symlink_async(struct rpc_context *rpc, rpc_cb cb, struct SYMLINK3args *args, void *private_data); /*