diff options
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 2 |
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" |