diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-22 09:52:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-22 09:52:43 +0000 |
| commit | 182f32783cb475a76001393f18ddbf79bf60f921 (patch) | |
| tree | dcb2fe2a05d247a370a1b23bc0dedcc67e22370c /src/util.h | |
| parent | 7863ca30adf7ffdc62315cf73d03e43a65abe078 (diff) | |
Add openjpeg_version method.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); } |
