From 49a51ff9778f3b72ee962d3e8bd9cf71944f3c2b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Jul 2013 10:32:52 +0100 Subject: Rename Content::_file to path and support md5sums of directories. --- src/lib/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/util.h') diff --git a/src/lib/util.h b/src/lib/util.h index 4888a023f..65fb3d0dd 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -63,6 +63,7 @@ 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); extern std::string md5_digest (void const *, int); extern void ensure_ui_thread (); extern std::string audio_channel_name (int); -- cgit v1.2.3