X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-raw.h;h=238025d5ffeb330f9c42b0204e958644f678b63e;hb=45670bd0d680f9c9323857d785f37a214e741ddb;hp=0ede83c255f41867df228d42603fa625a898d72a;hpb=020f172895e23e3c0732c38763ee103c831f5b69;p=deb_libnfs.git diff --git a/include/libnfs-raw.h b/include/libnfs-raw.h index 0ede83c..238025d 100644 --- a/include/libnfs-raw.h +++ b/include/libnfs-raw.h @@ -158,7 +158,7 @@ int rpc_pmap_unset_async(struct rpc_context *rpc, int program, int version, int * RPC_STATUS_CANCEL : The connection attempt was aborted before it could complete. * data is NULL. */ -int rpc_pmap_callit_async(struct rpc_context *rpc, int program, int version, int procedure, const char *data, int datalen, rpc_cb cb, void *private_data); +int rpc_pmap_callit_async(struct rpc_context *rpc, int program, int version, int procedure, char *data, int datalen, rpc_cb cb, void *private_data); /* * MOUNT FUNCTIONS