summaryrefslogtreecommitdiff
path: root/src/combine.h
diff options
context:
space:
mode:
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>()
);
+
}