X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Futil.h;h=706056cdab962b3d7585453297b50551f09b9a66;hp=e335434d8dc4e90030a619fbc006aee3ec1b689d;hb=a2f8e8839f276bc83d5926983ab2d38e0a36f927;hpb=809bcfd85fad2ef7d4131c054be4cccd5bcc9d05 diff --git a/src/lib/util.h b/src/lib/util.h index e335434d8..706056cda 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -91,6 +91,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::uintmax_t size); +extern std::string simple_digest (std::vector paths); extern void ensure_ui_thread (); extern std::string audio_channel_name (int); extern std::string short_audio_channel_name (int);