aboutsummaryrefslogtreecommitdiff
path: root/src/netbase.h
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2016-12-27 17:13:31 -0500
committerCory Fields <cory-nospam-@coryfields.com>2017-01-03 17:56:21 -0500
commit8b3159ef0a912da67c545a3d24f4558f8df866e4 (patch)
treed98a7bc50b3b21faec735afd103d34ca22b54936 /src/netbase.h
parent5cb0fcee8137d6de8d2b9525aa45fd11ab2231c8 (diff)
downloadbitcoin-8b3159ef0a912da67c545a3d24f4558f8df866e4.tar.xz
net: make proxy receives interruptible
Diffstat (limited to 'src/netbase.h')
-rw-r--r--src/netbase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/netbase.h b/src/netbase.h
index eb39d16578..9ff8102bd7 100644
--- a/src/netbase.h
+++ b/src/netbase.h
@@ -63,5 +63,6 @@ bool SetSocketNonBlocking(SOCKET& hSocket, bool fNonBlocking);
* Convert milliseconds to a struct timeval for e.g. select.
*/
struct timeval MillisToTimeval(int64_t nTimeout);
+void InterruptSocks5(bool interrupt);
#endif // BITCOIN_NETBASE_H