aboutsummaryrefslogtreecommitdiff
path: root/src/netbase.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-07-12 16:55:28 -0400
committerJohn Newbery <john@johnnewbery.com>2017-07-12 17:06:15 -0400
commitfe4fabaf12b74782ea99821ed8108f17e582060d (patch)
treeba72abdf42d6c2975788cb5e48d377f22756c00f /src/netbase.h
parentca4c545cc7e8c06bc8d9d4db1dd2d8f5fe011902 (diff)
downloadbitcoin-fe4fabaf12b74782ea99821ed8108f17e582060d.tar.xz
[refactor] move SplitHostPort() into utilstrencodings
This moves SplitHostPort from libbitcoin_common to libbitcoin_util so it is available to bitcoin-cli.
Diffstat (limited to 'src/netbase.h')
-rw-r--r--src/netbase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/netbase.h b/src/netbase.h
index c9d108aadd..fd4b34c8f1 100644
--- a/src/netbase.h
+++ b/src/netbase.h
@@ -39,7 +39,6 @@ public:
enum Network ParseNetwork(std::string net);
std::string GetNetworkName(enum Network net);
-void SplitHostPort(std::string in, int &portOut, std::string &hostOut);
bool SetProxy(enum Network net, const proxyType &addrProxy);
bool GetProxy(enum Network net, proxyType &proxyInfoOut);
bool IsProxy(const CNetAddr &addr);