From c136b84f0d28d1a88c5918b06f81766a271a3780 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 5 Aug 2010 02:25:37 +0200 Subject: s3-secrets: only include secrets.h when needed. Guenther --- source3/include/passdb.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source3/include/passdb.h') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 08377010d4..b07c117853 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -218,6 +218,15 @@ struct pdb_domain_info { struct GUID guid; }; +/* + * trusted domain entry/entries returned by secrets_get_trusted_domains + * (used in _lsa_enum_trust_dom call) + */ +struct trustdom_info { + char *name; + struct dom_sid sid; +}; + /* * Types of account policy. */ -- cgit