From 89ffbead68769325f21d005e32adf836dbb93f5c Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 1 Jun 1999 18:59:27 +0000 Subject: [PATCH] Move berval routines to memory.c. --- include/lber.h | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/include/lber.h b/include/lber.h index ae8fa586e5..9d3db08e2e 100644 --- a/include/lber.h +++ b/include/lber.h @@ -237,18 +237,6 @@ ber_scanf LDAP_P(( LDAP_CONST char *fmt, ... )); -LDAP_F( void ) -ber_bvfree LDAP_P(( - struct berval *bv )); - -LDAP_F( void ) -ber_bvecfree LDAP_P(( - struct berval **bv )); - -LDAP_F( struct berval * ) -ber_bvdup LDAP_P(( - LDAP_CONST struct berval *bv )); - LDAP_F( void ) ber_set_string_translators LDAP_P(( BerElement *ber, @@ -454,6 +442,22 @@ LDAP_F( void ) ber_memfree LDAP_P(( void* p )); +LDAP_F( void ) +ber_memvfree LDAP_P(( + void** vector )); + +LDAP_F( void ) +ber_bvfree LDAP_P(( + struct berval *bv )); + +LDAP_F( void ) +ber_bvecfree LDAP_P(( + struct berval **bv )); + +LDAP_F( struct berval * ) +ber_bvdup LDAP_P(( + LDAP_CONST struct berval *bv )); + LDAP_END_DECL #endif /* _LBER_H */ -- 2.39.5