summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-23 00:42:37 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-23 00:42:37 +0100
commita7bc9d57f6a5c7c13400e700db50f21c283766f4 (patch)
tree726ef6f292e6fd1dca6bb1b2e3036040c02d2b00 /src/lib/util.h
parent2fb6cdae8446699be824aaeb902f4bca1888657d (diff)
Use MD5 digest of content file as part of the J2C directory, rather than the filename itself.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 3901e7ec6..1f635677a 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -45,6 +45,7 @@ extern void socket_write (int, uint8_t const *, int);
extern double seconds (struct timeval);
extern void dvdomatic_setup ();
extern std::vector<std::string> split_at_spaces_considering_quotes (std::string);
+extern std::string md5_digest (std::string);
enum ContentType {
STILL,