X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=91911330577d3a1991b6bcc4e1699f0095ab3927;hb=18cb0e914922cd76e9c205e88962816970b5c0cb;hp=25b3b38200c601b12f1ebd1f5b842c0e83b14482;hpb=93048e5a6f33cc8e2fc547bf65c41551696e23c6;p=dcpomatic.git diff --git a/src/lib/cross.h b/src/lib/cross.h index 25b3b3820..919113305 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -67,6 +67,7 @@ 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); +extern bool show_in_file_manager (boost::filesystem::path dir, boost::filesystem::path select); namespace dcpomatic { std::string get_process_id (); }