X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Finternet.h;h=101eaeae969bf3ae50d1cf4af3a5c75fd18c89d0;hb=3af7c0760164299e425a834b952846151109d137;hp=15746a44af8cf726cce096f1bb4e8b24b10f725d;hpb=7d293a3268c320f474d42fef15548635c3cb40b0;p=dcpomatic.git diff --git a/src/lib/internet.h b/src/lib/internet.h index 15746a44a..101eaeae9 100644 --- a/src/lib/internet.h +++ b/src/lib/internet.h @@ -22,5 +22,8 @@ #include #include +class ScopedTemporary; + +boost::optional get_from_url (std::string url, bool pasv, ScopedTemporary& temp); boost::optional get_from_url (std::string url, bool pasv, boost::function load); boost::optional get_from_zip_url (std::string url, std::string file, bool pasv, boost::function load);