summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-13 12:17:47 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-13 12:17:47 +0100
commita306df9145d16046e51e8b7ff5222e341e98fdbd (patch)
treea264a33776589679a6b2ea2136d5d0dab01aa88a /src/lib/util.h
parent4c4aeeda4f1cec028072f9995572f8a67dca974f (diff)
Rename MD5Digester -> Digester.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h2
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);