summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-25 01:20:58 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-25 01:20:58 +0100
commit82af50304f55a961cba6afefbfa7edd5440bfcc4 (patch)
tree7f637d5f9218a8a72752505d1467b75bdc934574 /src/lib/util.h
parent8b3f7c38278952dc97feba7d51ef39775608689b (diff)
Basic J2K hash checking.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 03d04b852..bc5a00fc4 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -46,14 +46,13 @@ 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);
+extern std::string md5_digest (void const *, int);
enum ContentType {
STILL,
VIDEO
};
-extern std::string md5_hash (void const *, int);
-
/** @class Size
* @brief Representation of the size of something */
struct Size