mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#4840 fix typo
This commit is contained in:
parent
b57450bd97
commit
c3e28a5488
1 changed files with 1 additions and 1 deletions
|
|
@ -1682,7 +1682,7 @@ ldap_count_values LDAP_P(( /* deprecated, use ldap_count_values_len */
|
|||
char **vals ));
|
||||
|
||||
LDAP_F( void )
|
||||
ldap_value_free LDAP_P(( /* deprecated, use ldap_values_free_len */
|
||||
ldap_value_free LDAP_P(( /* deprecated, use ldap_value_free_len */
|
||||
char **vals ));
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue