X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-raw.h;h=22143bc3babcf8997f64d09964081d9c1fb5b457;hb=5c6b1176c294e9718c5267787537cee7e19df1b4;hp=ad6f0a3aa5dbd29ad20792ed9f5e7adae0fe575d;hpb=345422a2e32b22119054224003655468771b15fc;p=deb_libnfs.git diff --git a/include/libnfs-raw.h b/include/libnfs-raw.h index ad6f0a3..22143bc 100644 --- a/include/libnfs-raw.h +++ b/include/libnfs-raw.h @@ -102,7 +102,7 @@ int rpc_pmap_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_pmap_getport_async(struct rpc_context *rpc, int program, int version, rpc_cb cb, void *private_data); +int rpc_pmap_getport_async(struct rpc_context *rpc, int program, int version, int protocol, rpc_cb cb, void *private_data); /*