summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 585166e3..8c4e475c 100644
--- a/src/util.h
+++ b/src/util.h
@@ -126,7 +126,6 @@ extern void write_string_to_file(std::string const& string, boost::filesystem::p
* @return SHA1 fingerprint of key
*/
extern std::string private_key_fingerprint (std::string key);
-extern xmlpp::Node* find_child (xmlpp::Node const * node, std::string name);
extern std::string openjpeg_version();
extern std::string spaces (int n);
extern void indent (xmlpp::Element* element, int initial);