diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-05 01:51:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 01:51:24 +0100 |
| commit | b038dc192bdac76da3b1bebdd6b448e8be830814 (patch) | |
| tree | a21f6ab4fce16b514c97c41039733d81175020cd /src/util.h | |
| parent | e6913e8eb44e1dc990ef89f19ab64792880898a5 (diff) | |
Fix ordering of KeyId tag in SMPTE CPLs.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> > |
