aboutsummaryrefslogtreecommitdiff
path: root/src/convert_json.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-04-02 00:19:39 +0200
committerGitHub <noreply@github.com>2021-04-02 00:19:39 +0200
commit34888a914e1eccce8082f45089aec17d5a2815c2 (patch)
tree31a855edf48c2cdab4da0b3e113b6a33574dfa55 /src/convert_json.h
parent3560691c0aecd89dc7f7d91ed8c4f1eaa9715eaf (diff)
downloaddragonfireclient-34888a914e1eccce8082f45089aec17d5a2815c2.tar.xz
Sort out cURL timeouts and increase default
Diffstat (limited to 'src/convert_json.h')
-rw-r--r--src/convert_json.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/convert_json.h b/src/convert_json.h
index 2c094a946..d1d487e77 100644
--- a/src/convert_json.h
+++ b/src/convert_json.h
@@ -22,9 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <json/json.h>
#include <ostream>
-Json::Value fetchJsonValue(const std::string &url,
- std::vector<std::string> *extra_headers);
-
void fastWriteJson(const Json::Value &value, std::ostream &to);
std::string fastWriteJson(const Json::Value &value);