summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-12-22 09:52:43 +0000
committerCarl Hetherington <cth@carlh.net>2017-12-22 09:52:43 +0000
commit182f32783cb475a76001393f18ddbf79bf60f921 (patch)
treedcb2fe2a05d247a370a1b23bc0dedcc67e22370c /src/util.h
parent7863ca30adf7ffdc62315cf73d03e43a65abe078 (diff)
Add openjpeg_version method.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 110017df..d7877ac9 100644
--- a/src/util.h
+++ b/src/util.h
@@ -74,6 +74,7 @@ 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);
+extern std::string openjpeg_version();
}