Rename dcpomatic_sleep -> dcpomatic_sleep_seconds.
[dcpomatic.git] / src / lib / cross.h
index 2e8b8e429bcc64670cd02741ea63fec882b44eec..4067631bcf134a2200ae04b961ae4d609b7e1cba 100644 (file)
@@ -37,7 +37,7 @@
 class Log;
 struct AVIOContext;
 
-void dcpomatic_sleep (int);
+void dcpomatic_sleep_seconds (int);
 extern std::string cpu_info ();
 extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path);
 extern std::list<std::pair<std::string, std::string> > mount_info ();