From 025f21c37b2bde262b261b7b3b6a2d7c0cc93320 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Fri, 26 Sep 2003 17:19:25 +0000 Subject: [PATCH] slapi_send_ldap_search_reference() --- include/slapi-plugin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index 3f763428b2..a2b525efee 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -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 ); -- 2.39.5