diff options
author | Günther Deschner <gd@samba.org> | 2008-01-03 17:28:09 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-03 18:15:59 +0100 |
commit | b076a7e802a89bdc5b369e98c7d69d8f970d8265 (patch) | |
tree | dfaa9672614b511a186754c554e05912bc5e4e19 /source3/include/ads_protos.h | |
parent | 192700bd08ba893cad9fb38f80231ad7cf9eb89f (diff) | |
download | samba-b076a7e802a89bdc5b369e98c7d69d8f970d8265.tar.gz |
Add ads_get_joinable_ous().
Guenther
(This used to be commit 5bbceac88159ef6ff83d9cc62c77c7af2116967d)
Diffstat (limited to 'source3/include/ads_protos.h')
-rw-r--r-- | source3/include/ads_protos.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/ads_protos.h b/source3/include/ads_protos.h index 0292d91f4f0..738df3ed40c 100644 --- a/source3/include/ads_protos.h +++ b/source3/include/ads_protos.h @@ -114,3 +114,7 @@ ADS_STATUS ads_get_tokensids(ADS_STRUCT *ads, DOM_SID *primary_group_sid, DOM_SID **sids, size_t *num_sids); +ADS_STATUS ads_get_joinable_ous(ADS_STRUCT *ads, + TALLOC_CTX *mem_ctx, + char ***ous, + size_t *num_ous); |