X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=bdcae353786103146d40f632c7d6e6a096193c73;hb=87df63f0ca9cf1df4f99f5818dad45bbc4c6e3e3;hp=a53e85a2de3560d5a886c1b8834c099e2d459196;hpb=5fc2718c509231ead7304bc9bb18a2c7c83f7c5d;p=dcpomatic.git diff --git a/src/lib/cross.h b/src/lib/cross.h index a53e85a2d..bdcae3537 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -63,17 +63,22 @@ extern void start_player (); 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 (); extern void unprivileged (); extern boost::filesystem::path config_path (); extern boost::filesystem::path directory_containing_executable (); +extern boost::filesystem::path fix_long_path (boost::filesystem::path path); +namespace dcpomatic { + std::string get_process_id (); +} class PrivilegeEscalator { public: PrivilegeEscalator (); ~PrivilegeEscalator (); + + static bool test; }; /** @class Waker