Tor  0.4.7.0-alpha-dev
getpass.h
Go to the documentation of this file.
1 /* Copyright (c) 2003-2004, Roger Dingledine
2  * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
3  * Copyright (c) 2007-2021, The Tor Project, Inc. */
4 /* See LICENSE for licensing information */
5 
6 /**
7  * \file getpass.h
8  * \brief Header for getpass.c
9  **/
10 
11 #ifndef TOR_GETPASS_H
12 #define TOR_GETPASS_H
13 
14 #include "lib/cc/torint.h"
15 
16 ssize_t tor_getpass(const char *prompt, char *output, size_t buflen);
17 
18 #endif /* !defined(TOR_GETPASS_H) */
ssize_t tor_getpass(const char *prompt, char *output, size_t buflen)
Definition: getpass.c:50
Integer definitions used throughout Tor.