]> git.lizzy.rs Git - minetest.git/blobdiff - src/convert_json.h
Refactor the_game() to make it more understandable and maintainable.
[minetest.git] / src / convert_json.h
index ea9bafb799a4afcd6507d81d889dc07b474f955f..6732fcfa3148b52a078f5e4f2e95da9b9f9b9d2b 100644 (file)
@@ -29,6 +29,6 @@ std::vector<ModStoreMod>    readModStoreList(Json::Value& modlist);
 ModStoreModDetails          readModStoreModDetails(Json::Value& details);
 
 Json::Value                 fetchJsonValue(const std::string &url,
-                                           struct curl_slist *chunk);
+                                           std::vector<std::string> *extra_headers);
 
 #endif