X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs.h;h=e77e1d6974acbf4c55f10c183c591a3e68fcfea3;hb=15083e9a6c0189c59897caf5e57a9b27ffc73526;hp=de46b5ec3fd088cedaa5223b326c212a4da27073;hpb=df5af25fd2ce5f5da48fe0c35d8ea337725bd15a;p=deb_libnfs.git diff --git a/include/libnfs.h b/include/libnfs.h index de46b5e..e77e1d6 100644 --- a/include/libnfs.h +++ b/include/libnfs.h @@ -945,7 +945,7 @@ int mount_getexports_async(struct rpc_context *rpc, const char *server, rpc_cb c * * returned data must be freed by calling mount_free_export_list(exportnode); */ -struct exportnode *mount_getexports(struct rpc_context *rpc, const char *server); +struct exportnode *mount_getexports(const char *server); void mount_free_export_list(struct exportnode *exports);