]> git.lizzy.rs Git - minetest.git/blobdiff - src/convert_json.h
Remove remaining modstore code (#6120)
[minetest.git] / src / convert_json.h
index 6732fcfa3148b52a078f5e4f2e95da9b9f9b9d2b..b5831884fa98a7446f7c6c860608a40681c76585 100644 (file)
@@ -20,13 +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"
-
-struct ModStoreMod;
-struct ModStoreModDetails;
-
-std::vector<ModStoreMod>    readModStoreList(Json::Value& modlist);
-ModStoreModDetails          readModStoreModDetails(Json::Value& details);
+#include <json/json.h>
 
 Json::Value                 fetchJsonValue(const std::string &url,
                                            std::vector<std::string> *extra_headers);