]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/proto-slap.h
Fix prev commit
[openldap] / servers / slapd / proto-slap.h
index 7c4dbdec2d669799109bdcd95ce0696b02aa62cd..f8b050a9d54b00fd83703c6c94ea370c1c561350 100644 (file)
@@ -864,11 +864,16 @@ LDAP_SLAPD_F (int) slap_passwd_check(
 LDAP_SLAPD_F (void) slap_passwd_generate( struct berval * );
 
 LDAP_SLAPD_F (void) slap_passwd_hash(
-       char                    *type,
        struct berval           *cred,
        struct berval           *hash,
        const char              **text );
 
+LDAP_SLAPD_F (void) slap_passwd_hash_type(
+       struct berval           *cred,
+       struct berval           *hash,
+       char                            *htype,
+       const char              **text );
+
 LDAP_SLAPD_F (struct berval *) slap_passwd_return(
        struct berval           *cred );