diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-21 20:21:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-21 20:21:03 +0000 |
commit | c514878446285bdcc54c3103171f626834fe0c9c (patch) | |
tree | 0a7aaee914c0f9433151538a38dec6fd45bd56ef /lib | |
parent | 9f0aa111445300f30af983fb7882b1bdec36604d (diff) | |
download | coreutils-c514878446285bdcc54c3103171f626834fe0c9c.tar.xz |
ansideclify
Diffstat (limited to 'lib')
-rw-r--r-- | lib/getpass.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/getpass.c b/lib/getpass.c index 08edd28d8..a5e87e8cd 100644 --- a/lib/getpass.c +++ b/lib/getpass.c @@ -35,8 +35,7 @@ #endif char * -getpass (prompt) - const char *prompt; +getpass (const char *prompt) { FILE *in, *out; struct termios s, t; |