diff options
Diffstat (limited to 'src/lib/internet.h')
| -rw-r--r-- | src/lib/internet.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <boost/function.hpp> #include <boost/filesystem.hpp> +class ScopedTemporary; + +boost::optional<std::string> get_from_url (std::string url, bool pasv, ScopedTemporary& temp); 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); |
