X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-raw.h;h=df940c5f131505b2796229be28431dee7766e9ab;hb=c985c015f2be8d3f87a4b89923c83755feb393f2;hp=6698030c39a59408c594dad8b52481733615b654;hpb=b426ef040432daf0868a99d62d1f85c88c7fbd2c;p=deb_libnfs.git diff --git a/include/libnfs-raw.h b/include/libnfs-raw.h index 6698030..df940c5 100644 --- a/include/libnfs-raw.h +++ b/include/libnfs-raw.h @@ -453,7 +453,8 @@ int rpc_nfs_rmdir_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_create_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, char *name, int mode, void *private_data); +struct CREATE3args; +int rpc_nfs_create_async(struct rpc_context *rpc, rpc_cb cb, struct CREATE3args *args, void *private_data); /*