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=931e7d8900792612f5781fc44b0b44f494c6cf09;hp=1fe34edbe0760d9e86f00c47a6689c61acf073a0;hb=72eedf0b240c71b9dbd27d1f95b109b48e3200a2;hpb=ad0ddd25c94730bed174756a21c83a348c45687e diff --git a/src/lib/cross.h b/src/lib/cross.h index 1fe34edbe..931e7d890 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -33,3 +33,4 @@ extern boost::filesystem::path openssl_path (); #ifdef DCPOMATIC_OSX extern boost::filesystem::path app_contents (); #endif +extern FILE * fopen_boost (boost::filesystem::path, std::string);