diff options
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> > |
