mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
slapi_send_ldap_search_reference()
This commit is contained in:
parent
a57956ac0f
commit
025f21c37b
1 changed files with 2 additions and 0 deletions
|
|
@ -181,6 +181,8 @@ void slapi_send_ldap_result( Slapi_PBlock *pb, int err, char *matched,
|
|||
char *text, int nentries, struct berval **urls );
|
||||
int slapi_send_ldap_search_entry( Slapi_PBlock *pb, Slapi_Entry *e,
|
||||
LDAPControl **ectrls, char **attrs, int attrsonly );
|
||||
int slapi_send_ldap_search_reference( Slapi_PBlock *pb, Slapi_Entry *e,
|
||||
struct berval **urls, LDAPControl **ectrls, struct berval **v2refs );
|
||||
|
||||
/* filter routines */
|
||||
Slapi_Filter *slapi_str2filter( char *str );
|
||||
|
|
|
|||
Loading…
Reference in a new issue