Skip to content
Snippets Groups Projects
Commit d9451441 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

s/unsigned long/ber_len_t/ in typedef BERTranslateProc

parent 8a97fb02
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment