mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
s/unsigned long/ber_len_t/ in typedef BERTranslateProc
This commit is contained in:
parent
8a97fb0201
commit
d945144131
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ typedef LBER_LEN_T ber_slen_t;
|
|||
|
||||
typedef int (*BERTranslateProc) LDAP_P((
|
||||
char **bufp,
|
||||
unsigned long *buflenp,
|
||||
ber_len_t *buflenp,
|
||||
int free_input ));
|
||||
|
||||
/* LBER BerElement options */
|
||||
|
|
|
|||
Loading…
Reference in a new issue