X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Futil.h;h=7dcd920b7cac3d72974332eda264466faf0cc42a;hb=c3da7c64f01420447dbab7f5c2ea42ff1b911cc5;hp=5e568cc27934cb84828cea9a0a25743520dea1b9;hpb=bab2a1cf99c58dcb598fed383015b1937d3ea07f;p=dcpomatic.git diff --git a/src/lib/util.h b/src/lib/util.h index 5e568cc27..7dcd920b7 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -67,8 +67,7 @@ extern double seconds (struct timeval); extern void dcpomatic_setup (); extern void dcpomatic_setup_gettext_i18n (std::string); extern std::vector split_at_spaces_considering_quotes (std::string); -extern std::string md5_digest (boost::filesystem::path); -extern std::string md5_digest_directory (boost::filesystem::path, boost::shared_ptr); +extern std::string md5_digest (std::vector, boost::shared_ptr); extern std::string md5_digest (void const *, int); extern void ensure_ui_thread (); extern std::string audio_channel_name (int);