From: Kurt Zeilenga Date: Fri, 17 Mar 2000 02:07:59 +0000 (+0000) Subject: Fix usage in comment X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~3132 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4c0be829e1099a6ee097e68ef67cb3259f1b81f3;p=openldap Fix usage in comment --- diff --git a/libraries/liblutil/passwd.c b/libraries/liblutil/passwd.c index 85511c0875..5c2c1ed29e 100644 --- a/libraries/liblutil/passwd.c +++ b/libraries/liblutil/passwd.c @@ -4,10 +4,13 @@ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ /* - * lutil_password(credentials, password) + * int lutil_passwd( + * const struct berval *passwd, + * const struct berval *cred, + * const char **schemes ) * - * Returns true if user supplied credentials matches - * the stored password. + * Returns true if user supplied credentials (cred) matches + * the stored password (passwd). * * Due to the use of the crypt(3) function * this routine is NOT thread-safe.