diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-26 21:29:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-26 21:30:59 +0200 |
| commit | 6eba051dcbb8c56e3e2efea946ce0380d17a7b33 (patch) | |
| tree | 3749c9cb5cbd8be4b14936978e13b889ffcc73a3 /src/lib/cross.h | |
| parent | 2e0cf721530a17b0190c938b04176e0315950053 (diff) | |
Various OSX warnings fixes.
Diffstat (limited to 'src/lib/cross.h')
| -rw-r--r-- | src/lib/cross.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h index 4d3d2b2c7..64cb2e6b8 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -40,12 +40,13 @@ class Log; struct AVIOContext; -void dcpomatic_sleep_seconds (int); -void dcpomatic_sleep_milliseconds (int); +extern void dcpomatic_sleep_seconds (int); +extern void dcpomatic_sleep_milliseconds (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 (); extern boost::filesystem::path openssl_path (); +extern void make_foreground_application (); #ifdef DCPOMATIC_DISK extern boost::filesystem::path disk_writer_path (); #endif |
