change rpc_nfs_symlink_async to take a full SYMLINK3args as parameter
[deb_libnfs.git] / include / libnfs-raw.h
index c2f5a4b555246b781d1f670e2d4b2e328c0a4251..060b08c66a3ff9be6982be6f4b0dea44c278a9bc 100644 (file)
@@ -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);
 
 
 /*