aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.h
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2017-07-13 17:06:27 +0200
committerJonas Schnelli <[email protected]>2017-07-17 17:42:09 +0200
commit31e07203bd98d69be476cbff105ad659b4efa862 (patch)
tree3a253cbb5503d25dd100d9755b6529061deb3bee /src/httpserver.h
parentRegister wallet endpoint (diff)
downloaddiscoin-31e07203bd98d69be476cbff105ad659b4efa862.tar.xz
discoin-31e07203bd98d69be476cbff105ad659b4efa862.zip
Add wallet endpoint support to bitcoin-cli (-usewallet)
Diffstat (limited to 'src/httpserver.h')
-rw-r--r--src/httpserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/httpserver.h b/src/httpserver.h
index 9df56e5fc..3e434bf0a 100644
--- a/src/httpserver.h
+++ b/src/httpserver.h
@@ -148,4 +148,6 @@ private:
struct event* ev;
};
+std::string urlDecode(const std::string &urlEncoded);
+
#endif // BITCOIN_HTTPSERVER_H