X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=584fa2b426a7f2fab9460205edbd47cd2395bf8f;hp=67709463ae4163e8ca86b1864618426b412f2d1d;hb=5eb8b5c3a1566aef638e9d9df03b88d320735092;hpb=ca3393a75c1685d1615ff678b58bd3b75fe79cd2 diff --git a/src/lib/cross.h b/src/lib/cross.h index 67709463a..584fa2b42 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -39,6 +39,7 @@ class Log; struct AVIOContext; void dcpomatic_sleep_seconds (int); +void dcpomatic_sleep_milliseconds (int); extern std::string cpu_info (); extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path); extern std::list > mount_info ();