summaryrefslogtreecommitdiff
path: root/src/combine.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-24 04:15:26 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-24 04:15:26 +0100
commitceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 (patch)
treec55e4b85ee30138ce83263045d77d01631378b2e /src/combine.h
parent6c37cc1979b2a01205a888c4c98f3334685ee8dd (diff)
Tidying.
Diffstat (limited to 'src/combine.h')
-rw-r--r--src/combine.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/combine.h b/src/combine.h
index 21acbb04..dd992f1b 100644
--- a/src/combine.h
+++ b/src/combine.h
@@ -32,6 +32,11 @@
*/
+/** @file src/combine.h
+ * @brief Method to combine DCPs
+ */
+
+
#include "compose.hpp"
#include "version.h"
#include <boost/filesystem.hpp>
@@ -39,8 +44,10 @@
namespace dcp {
+
class CertificateChain;
+
void combine (
std::vector<boost::filesystem::path> inputs,
boost::filesystem::path output,
@@ -51,5 +58,6 @@ void combine (
std::shared_ptr<const CertificateChain> signer = std::shared_ptr<CertificateChain>()
);
+
}