s/unsigned long/ber_len_t/ in typedef BERTranslateProc

This commit is contained in:
Hallvard Furuseth 1999-08-01 20:29:11 +00:00
parent 8a97fb0201
commit d945144131

View file

@ -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 */