]> git.sur5r.net Git - openldap/commitdiff
slapi_send_ldap_search_reference()
authorLuke Howard <lukeh@openldap.org>
Fri, 26 Sep 2003 17:19:25 +0000 (17:19 +0000)
committerLuke Howard <lukeh@openldap.org>
Fri, 26 Sep 2003 17:19:25 +0000 (17:19 +0000)
include/slapi-plugin.h

index 3f763428b259cdf8a812918050924d1c0303773f..a2b525efee10903ef56740643b6d869b270e3d7b 100644 (file)
@@ -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 );