X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fconvert_json.h;h=55321af5fe3f51122fe6c16651de344b1ffaf6aa;hb=3caad3f3c9e319ca67d63231e8c64b2ace855fff;hp=ea9bafb799a4afcd6507d81d889dc07b474f955f;hpb=7cac34c807b6f38eaca3bc8296566493c8874e03;p=oweals%2Fminetest.git diff --git a/src/convert_json.h b/src/convert_json.h index ea9bafb79..55321af5f 100644 --- a/src/convert_json.h +++ b/src/convert_json.h @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef __CONVERT_JSON_H__ #define __CONVERT_JSON_H__ -#include "json/json.h" +#include struct ModStoreMod; struct ModStoreModDetails; @@ -29,6 +29,6 @@ std::vector readModStoreList(Json::Value& modlist); ModStoreModDetails readModStoreModDetails(Json::Value& details); Json::Value fetchJsonValue(const std::string &url, - struct curl_slist *chunk); + std::vector *extra_headers); #endif