X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcross.h;fp=src%2Flib%2Fcross.h;h=06e198e99ad7a371e899dbe3023a17b2314afd64;hp=ee5e7919a8191c1297afb5170850fe83c0ba7558;hb=3526252ff2fd80a459c72ab1c55ea5a6ee61aa2f;hpb=a65efe6bd00fbba4f075c4c666dafafb8a5eed4d diff --git a/src/lib/cross.h b/src/lib/cross.h index ee5e7919a..06e198e99 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -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.