summaryrefslogtreecommitdiff
path: root/src/common/compat.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-29 10:37:35 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-29 12:21:52 -0400
commite0957022bd108696a941bdb284420fc55cbcf187 (patch)
treeeda94f0c14fe023002c24a19386dabb2ef2de8c4 /src/common/compat.h
parent207fc4cffe21b58b7f0447706a903e5f66b8bcd8 (diff)
downloadtor-e0957022bd108696a941bdb284420fc55cbcf187.tar.gz
tor-e0957022bd108696a941bdb284420fc55cbcf187.zip
Extract get_uname to lib/osinfo.
Diffstat (limited to 'src/common/compat.h')
-rw-r--r--src/common/compat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index 85e760d049..7e7a814962 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -85,7 +85,6 @@ typedef enum {
} socks5_reply_status_t;
/* ===== OS compatibility */
-MOCK_DECL(const char *, get_uname, (void));
ssize_t tor_getpass(const char *prompt, char *output, size_t buflen);