More rearrangement and add Barco Alchemy.
[dcpomatic.git] / src / lib / internet.h
index 9b88bde973fe409d055f2b29e6f70bbfad7cd469..15746a44af8cf726cce096f1bb4e8b24b10f725d 100644 (file)
@@ -22,4 +22,5 @@
 #include <boost/function.hpp>
 #include <boost/filesystem.hpp>
 
+boost::optional<std::string> get_from_url (std::string url, bool pasv, boost::function<void (boost::filesystem::path)> load);
 boost::optional<std::string> get_from_zip_url (std::string url, std::string file, bool pasv, boost::function<void (boost::filesystem::path)> load);