Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/passwd Declare pwd_gensalt().



details:   https://anonhg.NetBSD.org/src/rev/6c7134764832
branches:  trunk
changeset: 494427:6c7134764832
user:      ad <ad%NetBSD.org@localhost>
date:      Thu Jul 06 11:17:25 2000 +0000

description:
Declare pwd_gensalt().

diffstat:

 usr.bin/passwd/extern.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d96a3cd4197c -r 6c7134764832 usr.bin/passwd/extern.h
--- a/usr.bin/passwd/extern.h   Thu Jul 06 11:16:50 2000 +0000
+++ b/usr.bin/passwd/extern.h   Thu Jul 06 11:17:25 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.h,v 1.7 2000/02/14 04:36:20 aidan Exp $ */
+/*     $NetBSD: extern.h,v 1.8 2000/07/06 11:17:25 ad Exp $    */
 
 /*
  * Copyright (c) 1994
@@ -42,7 +42,7 @@
        PW_DONT_USE
 };
 
-void to64(char *, long, int);
+int    pwd_gensalt(char *salt, int max, struct passwd *pwd, char type);
 
 #ifdef KERBEROS5
 int    krb5_init __P((const char *));



Home | Main Index | Thread Index | Old Index