summaryrefslogtreecommitdiffstats
path: root/lib/libskey/skey_getpass.c
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-03-08 06:22:51 +0000
committerpst <pst@FreeBSD.org>1997-03-08 06:22:51 +0000
commit7b627696630ebf6b0c4e7c153e18193c109e1813 (patch)
treed8992e5f050167155300b69f6564abdea397a5c4 /lib/libskey/skey_getpass.c
parent3f5747589b924beb43b34977dbb598ac892e2b0c (diff)
downloadFreeBSD-src-7b627696630ebf6b0c4e7c153e18193c109e1813.zip
FreeBSD-src-7b627696630ebf6b0c4e7c153e18193c109e1813.tar.gz
API cleanups (use const char * where appropriate)
Cannidate for: 2.2 (please!)
Diffstat (limited to 'lib/libskey/skey_getpass.c')
-rw-r--r--lib/libskey/skey_getpass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libskey/skey_getpass.c b/lib/libskey/skey_getpass.c
index 9878a5e..c3f5432 100644
--- a/lib/libskey/skey_getpass.c
+++ b/lib/libskey/skey_getpass.c
@@ -4,8 +4,8 @@
/* skey_getpass - read regular or s/key password */
-char *skey_getpass(prompt, pwd, pwok)
-char *prompt;
+char *skey_getpass(prompt, pwd, pwok)
+const char *prompt;
struct passwd *pwd;
int pwok;
{
OpenPOWER on IntegriCloud