X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-raw.h;h=c2f5a4b555246b781d1f670e2d4b2e328c0a4251;hb=16104b27bd8deedc07a23aec33b4ef3cde82808f;hp=3deffc8b4d309171cc524027d48fd891f4d7f33f;hpb=7edc9026db94f488f04e7a76bf332f1feabcc9aa;p=deb_libnfs.git diff --git a/include/libnfs-raw.h b/include/libnfs-raw.h index 3deffc8..c2f5a4b 100644 --- a/include/libnfs-raw.h +++ b/include/libnfs-raw.h @@ -575,7 +575,8 @@ int rpc_nfs_fsinfo_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, * RPC_STATUS_CANCEL : The connection attempt was aborted before it could complete. * data is NULL. */ -int rpc_nfs_readlink_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, void *private_data); +struct READLINK3args; +int rpc_nfs_readlink_async(struct rpc_context *rpc, rpc_cb cb, struct READLINK3args *args, void *private_data);