X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-raw.h;h=3deffc8b4d309171cc524027d48fd891f4d7f33f;hb=7edc9026db94f488f04e7a76bf332f1feabcc9aa;hp=df940c5f131505b2796229be28431dee7766e9ab;hpb=bac0bc540430b02bfd68940c123242c51b477bac;p=deb_libnfs.git diff --git a/include/libnfs-raw.h b/include/libnfs-raw.h index df940c5..3deffc8 100644 --- a/include/libnfs-raw.h +++ b/include/libnfs-raw.h @@ -414,7 +414,8 @@ int rpc_nfs_setattr_async(struct rpc_context *rpc, rpc_cb cb, struct SETATTR3arg * RPC_STATUS_CANCEL : The connection attempt was aborted before it could complete. * data is NULL. */ -int rpc_nfs_mkdir_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, char *dir, void *private_data); +struct MKDIR3args; +int rpc_nfs_mkdir_async(struct rpc_context *rpc, rpc_cb cb, struct MKDIR3args *args, void *private_data);