From 3526252ff2fd80a459c72ab1c55ea5a6ee61aa2f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 23 Dec 2018 21:04:38 +0000 Subject: swaroop: encrypt decryption private key with motherboard UUID. --- src/lib/cross.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/cross.h') 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. -- cgit v1.2.3