From: Hallvard Furuseth Date: Sun, 1 Aug 1999 20:29:11 +0000 (+0000) Subject: s/unsigned long/ber_len_t/ in typedef BERTranslateProc X-Git-Tag: TWEB_OL_BASE~342 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d9451441310a3975f8cb6aada781a7bd87d32f1d;p=openldap s/unsigned long/ber_len_t/ in typedef BERTranslateProc --- diff --git a/include/lber.h b/include/lber.h index eb0ad06d0c..667fc26578 100644 --- a/include/lber.h +++ b/include/lber.h @@ -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 */