mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Fix minor portability problem
This commit is contained in:
parent
e92c9c53fb
commit
f26eb04b6a
1 changed files with 2 additions and 2 deletions
|
|
@ -584,11 +584,11 @@ ber_bvdup LDAP_P((
|
|||
|
||||
LBER_F( struct berval * )
|
||||
ber_mem2bv LDAP_P((
|
||||
LDAP_CONST char *, ber_len_t len, int dup, struct berval *bv));
|
||||
LDAP_CONST char *, ber_len_t len, int duplicate, struct berval *bv));
|
||||
|
||||
LBER_F( struct berval * )
|
||||
ber_str2bv LDAP_P((
|
||||
LDAP_CONST char *, ber_len_t len, int dup, struct berval *bv));
|
||||
LDAP_CONST char *, ber_len_t len, int duplicate, struct berval *bv));
|
||||
|
||||
#define ber_bvstr(a) ((ber_str2bv)((a), 0, 0, NULL))
|
||||
#define ber_bvstrdup(a) ((ber_str2bv)((a), 0, 1, NULL))
|
||||
|
|
|
|||
Loading…
Reference in a new issue