GETACL: change the signature for the raw getacl3 function to take GETACL3args pointer...
[deb_libnfs.git] / include / libnfs-raw.h
index c577aa565f36b6670bc0ae43daad082a01ed76fa..423d1d715dc08c96bdc5e3163f63ea38ec11ae32 100644 (file)
@@ -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);