summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-03 18:04:31 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-03 18:04:31 +0100
commit568e553f506809e753c78a0e0cbad5906bc002b1 (patch)
tree4cd234309105ce1f9fc571148d984100738826e7 /src/lib/util.h
parentc869563a1414c869ac15f8d590217a45c7739996 (diff)
KDM / libdcp API changes.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index b5c94d994..377b3b785 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -51,6 +51,10 @@ extern "C" {
/** The maximum number of audio channels that we can cope with */
#define MAX_AUDIO_CHANNELS 6
+namespace libdcp {
+ class Signer;
+}
+
class Job;
extern std::string seconds_to_hms (int);
@@ -71,6 +75,7 @@ extern bool valid_image_file (boost::filesystem::path);
extern boost::filesystem::path mo_path ();
#endif
extern std::string tidy_for_filename (std::string);
+boost::shared_ptr<const libdcp::Signer> make_signer ();
struct FrameRateConversion
{