summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_domain_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/ad/ad_domain_info.h')
-rw-r--r--src/providers/ad/ad_domain_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ad/ad_domain_info.h b/src/providers/ad/ad_domain_info.h
index d21706396..d3a6416ce 100644
--- a/src/providers/ad/ad_domain_info.h
+++ b/src/providers/ad/ad_domain_info.h
@@ -36,6 +36,7 @@ errno_t
ad_master_domain_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,
char **_flat,
- char **_id);
+ char **_id,
+ char **_forest);
#endif /* _AD_MASTER_DOMAIN_H_ */