summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-05 01:51:24 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 01:51:24 +0100
commitb038dc192bdac76da3b1bebdd6b448e8be830814 (patch)
treea21f6ab4fce16b514c97c41039733d81175020cd /src/util.h
parente6913e8eb44e1dc990ef89f19ab64792880898a5 (diff)
Fix ordering of KeyId tag in SMPTE CPLs.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index dbcec78c..2ae91266 100644
--- a/src/util.h
+++ b/src/util.h
@@ -35,6 +35,7 @@
namespace xmlpp {
class Element;
+ class Node;
}
namespace dcp {
@@ -67,6 +68,7 @@ extern boost::optional<boost::filesystem::path> relative_to_root (boost::filesys
extern FILE * fopen_boost (boost::filesystem::path, std::string);
extern std::string file_to_string (boost::filesystem::path, uintmax_t max_length = 65536);
extern std::string private_key_fingerprint (std::string key);
+extern xmlpp::Node* find_child (xmlpp::Node const * node, std::string name);
template <class F, class T>
std::list<boost::shared_ptr<T> >