make low level readlink_async function take READLINK3args as argument
[deb_libnfs.git] / include / libnfs-raw.h
index 3deffc8b4d309171cc524027d48fd891f4d7f33f..c2f5a4b555246b781d1f670e2d4b2e328c0a4251 100644 (file)
@@ -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);