Copy with progress updates when we might copy long files (#1574).
[dcpomatic.git] / src / lib / cross.h
index cd0372338fc062ec3e5a4fce4a631f52f119b0d1..2e8b8e429bcc64670cd02741ea63fec882b44eec 100644 (file)
@@ -55,6 +55,9 @@ extern void start_batch_converter (boost::filesystem::path dcpomatic);
 extern void start_player (boost::filesystem::path dcpomatic);
 extern uint64_t thread_id ();
 extern int avio_open_boost (AVIOContext** s, boost::filesystem::path file, int flags);
+extern boost::filesystem::path home_directory ();
+extern std::string command_and_read (std::string cmd);
+extern bool running_32_on_64 ();
 
 /** @class Waker
  *  @brief A class which tries to keep the computer awake on various operating systems.