remove the need for an explicit rpc context for the highlevel function mount_getexports()
[deb_libnfs.git] / include / libnfs.h
index de46b5ec3fd088cedaa5223b326c212a4da27073..e77e1d6974acbf4c55f10c183c591a3e68fcfea3 100644 (file)
@@ -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);