summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 35e2edf8..6a8eef15 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -157,7 +157,8 @@ public:
*/
void write_xml (
std::shared_ptr<const CertificateChain> signer = std::shared_ptr<const CertificateChain>(),
- NameFormat name_format = NameFormat("%t")
+ NameFormat name_format = NameFormat("%t"),
+ bool write_cpl_metadata = true
);
void resolve_refs (std::vector<std::shared_ptr<Asset>> assets);