X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=4c9b93fde2fed04feeed9edca6048c3927a9d3a4;hb=6fde557864505b470c438e4161ee494f29b90d63;hp=fee68cedc6f05bf220d11b7b1307f43ed16e9b48;hpb=a5e87b6f0f496f4ed71d9129d40a5baebb68495f;p=dcpomatic.git diff --git a/src/lib/cross.h b/src/lib/cross.h index fee68cedc..4c9b93fde 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -46,6 +46,7 @@ extern boost::filesystem::path app_contents (); 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); /** @class Waker * @brief A class which tries to keep the computer awake on various operating systems.