diff options
Diffstat (limited to 'src/lib/internet.h')
| -rw-r--r-- | src/lib/internet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/internet.h b/src/lib/internet.h index 9b88bde97..15746a44a 100644 --- a/src/lib/internet.h +++ b/src/lib/internet.h @@ -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); |
