summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-03-08 14:23:15 +0100
committerJeremy Allison <jra@samba.org>2011-04-13 14:13:24 -0700
commitef9d2b15e01d18dc2bf0379cc9a6df367812e287 (patch)
tree963b0522e3a2725ee93b9a7d811d4cae1917cde0 /source3/winbindd/winbindd_proto.h
parent58e26c2589620f04684aed620054fde4cda98969 (diff)
downloadsamba-ef9d2b15e01d18dc2bf0379cc9a6df367812e287.tar.gz
samba-ef9d2b15e01d18dc2bf0379cc9a6df367812e287.tar.bz2
samba-ef9d2b15e01d18dc2bf0379cc9a6df367812e287.zip
s3: Make parse_sidlist public
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index a9d5659f98..a5b4a64643 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -424,6 +424,8 @@ void winbindd_set_locator_kdc_envs(const struct winbindd_domain *domain);
void winbindd_unset_locator_kdc_env(const struct winbindd_domain *domain);
void set_auth_errors(struct winbindd_response *resp, NTSTATUS result);
bool is_domain_offline(const struct winbindd_domain *domain);
+bool parse_sidlist(TALLOC_CTX *mem_ctx, const char *sidstr,
+ struct dom_sid **sids, uint32_t *num_sids);
/* The following definitions come from winbindd/winbindd_wins.c */