swaroop: encrypt decryption private key with motherboard UUID.
[dcpomatic.git] / src / lib / cross.h
index ee5e7919a8191c1297afb5170850fe83c0ba7558..06e198e99ad7a371e899dbe3023a17b2314afd64 100644 (file)
@@ -56,6 +56,7 @@ 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);
 
 /** @class Waker
  *  @brief A class which tries to keep the computer awake on various operating systems.