summaryrefslogtreecommitdiff
path: root/source3/include/ads_protos.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-03 17:28:09 +0100
committerGünther Deschner <gd@samba.org>2008-01-03 18:15:59 +0100
commitb076a7e802a89bdc5b369e98c7d69d8f970d8265 (patch)
treedfaa9672614b511a186754c554e05912bc5e4e19 /source3/include/ads_protos.h
parent192700bd08ba893cad9fb38f80231ad7cf9eb89f (diff)
downloadsamba-b076a7e802a89bdc5b369e98c7d69d8f970d8265.tar.gz
samba-b076a7e802a89bdc5b369e98c7d69d8f970d8265.tar.bz2
samba-b076a7e802a89bdc5b369e98c7d69d8f970d8265.zip
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/ads_protos.h b/source3/include/ads_protos.h
index 0292d91f4f..738df3ed40 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);