summaryrefslogtreecommitdiff
path: root/src/lib/internet.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-15 02:08:05 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-15 10:57:07 +0100
commitf8acc34bcb4401184064598353d6c54df3cab1f9 (patch)
treef3861ef2b616beb1de08f14a70605480e1feeebc /src/lib/internet.h
parent6a69f5ba3ce43094493785bb449c91001557b80d (diff)
More rearrangement and add Barco Alchemy.
Diffstat (limited to 'src/lib/internet.h')
-rw-r--r--src/lib/internet.h1
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);