MinGW: declare getpass()

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2009-05-07 14:45:59 +02:00
parent 5dae887ff1
commit 3c0d7263c5

View File

@@ -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 */