]> git.sur5r.net Git - openldap/commitdiff
s/unsigned long/ber_len_t/ in typedef BERTranslateProc
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 20:29:11 +0000 (20:29 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 20:29:11 +0000 (20:29 +0000)
include/lber.h

index eb0ad06d0c91ca7f0653edafdedbd42cd4bc75fd..667fc26578b356a4e26037916c256ddbd266f57e 100644 (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 */