summaryrefslogtreecommitdiffstats
path: root/src/responder/common/cache_req/cache_req_domain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/responder/common/cache_req/cache_req_domain.h')
-rw-r--r--src/responder/common/cache_req/cache_req_domain.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/responder/common/cache_req/cache_req_domain.h b/src/responder/common/cache_req/cache_req_domain.h
index 3780a5d8d..ebdc71dd6 100644
--- a/src/responder/common/cache_req/cache_req_domain.h
+++ b/src/responder/common/cache_req/cache_req_domain.h
@@ -50,6 +50,11 @@ cache_req_domain_new_list_from_domain_resolution_order(
const char *domain_resolution_order,
struct cache_req_domain **_cr_domains);
+errno_t
+cache_req_domain_copy_cr_domains(TALLOC_CTX *mem_ctx,
+ struct cache_req_domain *src,
+ struct cache_req_domain **_dest);
+
void cache_req_domain_list_zfree(struct cache_req_domain **cr_domains);