Author: gd Date: 2007-04-22 17:06:22 +0000 (Sun, 22 Apr 2007) New Revision: 22465
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22465 Log: Last attempt to fix the build before dinner. 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 17:00:58 UTC (rev 22464) +++ branches/SAMBA_3_0/source/include/ads_protos.h 2007-04-22 17:06:22 UTC (rev 22465) @@ -82,6 +82,9 @@ enum ads_extended_dn_flags flags, char ***strings, size_t *num_strings); +BOOL ads_get_dn_from_extended_dn(TALLOC_CTX *mem_ctx, + const char *extended_dn, + char **dn); ADS_STATUS ads_search_retry_sid(ADS_STRUCT *ads, LDAPMessage **res, const DOM_SID *sid, const char **attrs);
