summaryrefslogtreecommitdiff
path: root/src/common/compat.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-29 10:50:05 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-29 12:21:52 -0400
commit4e11c2ca6c9396bf8462acb13e01e3d27e4752cc (patch)
tree8717dc2fd38dc7ac6026e951883d41a8635bde36 /src/common/compat.h
parente0957022bd108696a941bdb284420fc55cbcf187 (diff)
downloadtor-4e11c2ca6c9396bf8462acb13e01e3d27e4752cc.tar.gz
tor-4e11c2ca6c9396bf8462acb13e01e3d27e4752cc.zip
Extract getpass to a new lib/term library
(Term is short for terminal)
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 7e7a814962..a29a3242b7 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -86,8 +86,6 @@ typedef enum {
/* ===== OS compatibility */
-ssize_t tor_getpass(const char *prompt, char *output, size_t buflen);
-
/* This needs some of the declarations above so we include it here. */
#include "lib/thread/threads.h"