--- include/ldap_pvt.h 2003/04/30 20:41:37 1.73 +++ include/ldap_pvt.h 2003/11/30 22:20:23 1.73.2.2 @@ -1,4 +1,4 @@ -/* $OpenLDAP: pkg/ldap/include/ldap_pvt.h,v 1.72 2003/04/30 13:38:32 hyc Exp $ */ +/* $OpenLDAP: pkg/ldap/include/ldap_pvt.h,v 1.75 2003/10/14 09:27:32 hallvard Exp $ */ /* * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. @@ -155,6 +155,9 @@ LDAP_F (struct ldapcontrol *) ldap_contr LDAP_F (struct ldapcontrol **) ldap_controls_dup LDAP_P(( struct ldapcontrol *const *ctrls )); +LDAP_F (int) ldap_pvt_get_controls LDAP_P(( + BerElement *be, + struct ldapcontrol ***ctrlsp)); #ifdef HAVE_CYRUS_SASL /* cyrus.c */