diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-23 21:04:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-23 21:04:49 +0000 |
| commit | 3526252ff2fd80a459c72ab1c55ea5a6ee61aa2f (patch) | |
| tree | c9e9774de4acfa562f83db39a900fe4d0b241945 /src/lib/cross.h | |
| parent | a65efe6bd00fbba4f075c4c666dafafb8a5eed4d (diff) | |
swaroop: encrypt decryption private key with motherboard UUID.
Diffstat (limited to 'src/lib/cross.h')
| -rw-r--r-- | src/lib/cross.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
