summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-17 15:14:14 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-17 15:14:14 +0100
commiteaac013b4e68dea48fb2c3070b7c7ca59dfd1b96 (patch)
tree782b6af4e27104273afb7713c66c9e1d1dbd2fb4 /src/util.h
parentaa1ea57fbbfe775168dacceb707a1dc80dc02dae (diff)
Hack asdcplib to make its RNG repeatable when we are testing.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index fcb6d739..0a5292c0 100644
--- a/src/util.h
+++ b/src/util.h
@@ -23,6 +23,5 @@ namespace libdcp {
extern std::string make_uuid ();
extern std::string make_digest (std::string);
-extern bool libdcp_test;
}