mirror of
https://github.com/git/git.git
synced 2026-04-02 13:00:08 +02:00
MinGW: declare getpass()
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -38,6 +38,8 @@ struct passwd {
|
||||
char *pw_dir;
|
||||
};
|
||||
|
||||
extern char *getpass(const char *prompt);
|
||||
|
||||
struct pollfd {
|
||||
int fd; /* file descriptor */
|
||||
short events; /* requested events */
|
||||
|
||||
Reference in New Issue
Block a user