svn commit: samba r22463 - in branches/SAMBA_3_0/source/include: .

gd at samba.org gd at samba.org
Sun Apr 22 16:45:03 GMT 2007


Author: gd
Date: 2007-04-22 16:45:03 +0000 (Sun, 22 Apr 2007)
New Revision: 22463

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22463

Log:
Add prototype.

Guenther

Modified:
   branches/SAMBA_3_0/source/include/ads_protos.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/ads_protos.h
===================================================================
--- branches/SAMBA_3_0/source/include/ads_protos.h	2007-04-22 15:59:34 UTC (rev 22462)
+++ branches/SAMBA_3_0/source/include/ads_protos.h	2007-04-22 16:45:03 UTC (rev 22463)
@@ -76,6 +76,12 @@
 					const char *dn, 
 					const char **attrs,
 					enum ads_extended_dn_flags flags);
+ADS_STATUS ads_search_retry_extended_dn_ranged(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, 
+						const char *dn, 
+						const char **attrs,
+						enum ads_extended_dn_flags flags,
+						char ***strings,
+						size_t *num_strings);
 ADS_STATUS ads_search_retry_sid(ADS_STRUCT *ads, LDAPMessage **res, 
 				const DOM_SID *sid,
 				const char **attrs);



More information about the samba-cvs mailing list