diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-23 23:33:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-12-25 02:07:56 +0100 |
| commit | 9da422177392fb9e036bf6ead51f71ee6f3b7d9c (patch) | |
| tree | 9b516d910d5e9ba74383ccfc4f41725cec8af0f1 /src/lib/util.h | |
| parent | 9f666a0f0191406ef444b48916ae4bb15bd1fca1 (diff) | |
Extract simple_digest().
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 10c5678ff..1296dc789 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -94,6 +94,7 @@ extern void dcpomatic_setup (); extern void dcpomatic_setup_path_encoding (); extern void dcpomatic_setup_gettext_i18n (std::string); extern std::string digest_head_tail (std::vector<boost::filesystem::path>, boost::uintmax_t size); +extern std::string simple_digest (std::vector<boost::filesystem::path> paths); extern void ensure_ui_thread (); extern std::string audio_channel_name (int); extern std::string short_audio_channel_name (int); |
