summaryrefslogtreecommitdiff
path: root/source3/include/secrets.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/secrets.h')
-rw-r--r--source3/include/secrets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/secrets.h b/source3/include/secrets.h
index 7120655126..01e635c580 100644
--- a/source3/include/secrets.h
+++ b/source3/include/secrets.h
@@ -115,6 +115,7 @@ char *secrets_fetch_machine_password(const char *domain,
bool trusted_domain_password_delete(const char *domain);
bool secrets_store_ldap_pw(const char* dn, char* pw);
bool fetch_ldap_pw(char **dn, char** pw);
+struct trustdom_info;
NTSTATUS secrets_trusted_domains(TALLOC_CTX *mem_ctx, uint32 *num_domains,
struct trustdom_info ***domains);
bool secrets_store_afs_keyfile(const char *cell, const struct afs_keyfile *keyfile);