summaryrefslogtreecommitdiff
path: root/src/common/compat.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-28 11:57:01 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-28 11:57:01 -0400
commitdb1a420c4eab3fbb6dc02e9653bf21664b9bdf33 (patch)
treef9a6b636a01988565ba1d2fbfef8087a21b9e11b /src/common/compat.h
parent8c6ff9fec2ed8b1eed6a4c35370f62f1bf24a158 (diff)
downloadtor-db1a420c4eab3fbb6dc02e9653bf21664b9bdf33.tar.gz
tor-db1a420c4eab3fbb6dc02e9653bf21664b9bdf33.zip
Move tor_gethostname to lib/net
Diffstat (limited to 'src/common/compat.h')
-rw-r--r--src/common/compat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index e455dc8ef2..13e20a4ac2 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -111,8 +111,6 @@
/* ===== Net compatibility */
-MOCK_DECL(int,tor_gethostname,(char *name, size_t namelen));
-
/** Specified SOCKS5 status codes. */
typedef enum {
SOCKS5_SUCCEEDED = 0x00,