From 6ba38c2c79c12c5f2227ee4a87c9875fae407332 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 21 Jul 2012 18:38:36 -0500 Subject: Use "_password" instead of "_passwd" for names in lib/password.c. --- lib/password.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/password.c') diff --git a/lib/password.c b/lib/password.c index 2b11144e..8221a022 100644 --- a/lib/password.c +++ b/lib/password.c @@ -8,7 +8,7 @@ #include -int read_passwd(char * buff, int buflen, char* mesg) +int read_password(char * buff, int buflen, char* mesg) { int i = 0; struct termios termio, oldtermio; @@ -52,7 +52,7 @@ static char *get_nextcolon(const char *line, char delim) return current_ptr; } -int update_passwd(char *filename, char* username, char* encrypted) +int update_password(char *filename, char* username, char* encrypted) { char *filenamesfx = NULL, *namesfx = NULL; char *shadow = NULL, *sfx = NULL; -- cgit v1.2.3