diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-15 02:08:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-15 10:57:07 +0100 |
| commit | f8acc34bcb4401184064598353d6c54df3cab1f9 (patch) | |
| tree | f3861ef2b616beb1de08f14a70605480e1feeebc /src/lib/internet.h | |
| parent | 6a69f5ba3ce43094493785bb449c91001557b80d (diff) | |
More rearrangement and add Barco Alchemy.
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); |
