diff options
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index f6306c971..c94d0fc9f 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -60,7 +60,7 @@ extern double seconds (struct timeval); extern void dcpomatic_setup (); extern void dcpomatic_setup_path_encoding (); extern void dcpomatic_setup_gettext_i18n (std::string); -extern std::string md5_digest_head_tail (std::vector<boost::filesystem::path>, boost::uintmax_t size); +extern std::string digest_head_tail (std::vector<boost::filesystem::path>, boost::uintmax_t size); extern void ensure_ui_thread (); extern std::string audio_channel_name (int); extern bool valid_image_file (boost::filesystem::path); |
