X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-raw.h;h=423d1d715dc08c96bdc5e3163f63ea38ec11ae32;hb=0118a5f0de4a611963f0fe669f450167a7569694;hp=c577aa565f36b6670bc0ae43daad082a01ed76fa;hpb=fa3c25beeeb4c533089a2af8454ef50e21e7b8f5;p=deb_libnfs.git diff --git a/include/libnfs-raw.h b/include/libnfs-raw.h index c577aa5..423d1d7 100644 --- a/include/libnfs-raw.h +++ b/include/libnfs-raw.h @@ -785,7 +785,8 @@ int rpc_nfsacl_null_async(struct rpc_context *rpc, rpc_cb cb, void *private_data * RPC_STATUS_CANCEL : The connection attempt was aborted before it could complete. * data is NULL. */ -int rpc_nfsacl_getacl_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, uint32_t mask, void *private_data); +struct GETACL3args; +int rpc_nfsacl_getacl_async(struct rpc_context *rpc, rpc_cb cb, struct GETACL3args *args, void *private_data);