summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-15 14:56:42 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-15 14:56:42 +0100
commit8e96f8c1677146d224438ec040982532879d6c34 (patch)
tree9326d2610eaa8c8173037e20cf0d41fe8ded5e22 /src/lib/cross.h
parent385c33e658479ebc1f6975efc5662ba7acd2877d (diff)
compose/raw_convert fiddling.
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 641900bc4..6956b8efa 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -48,6 +48,7 @@ extern boost::filesystem::path shared_path ();
extern FILE * fopen_boost (boost::filesystem::path, std::string);
extern int dcpomatic_fseek (FILE *, int64_t, int);
extern void start_batch_converter (boost::filesystem::path dcpomatic);
+extern int thread_id ();
/** @class Waker
* @brief A class which tries to keep the computer awake on various operating systems.