aboutsummaryrefslogtreecommitdiff
path: root/src/convert_json.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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);