From d9451441310a3975f8cb6aada781a7bd87d32f1d Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 1 Aug 1999 20:29:11 +0000 Subject: [PATCH] s/unsigned long/ber_len_t/ in typedef BERTranslateProc --- include/lber.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5