summaryrefslogtreecommitdiff
path: root/src/lib/internet.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-02-07 23:54:07 +0000
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:42 +0100
commit35a7379dda587add9d94dc4f710414a23976d6e7 (patch)
tree523fccc8981a454001e0dac7689492ce053c5075 /src/lib/internet.h
parentb7e546d9685c0a3304faa48e95516915d811ec5c (diff)
Support download of certificates from Qube (#1460).
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 125533b5d..5f9a25e3b 100644
--- a/src/lib/internet.h
+++ b/src/lib/internet.h
@@ -27,3 +27,4 @@ class ScopedTemporary;
boost::optional<std::string> get_from_url (std::string url, bool pasv, bool skip_pasv_ip, ScopedTemporary& temp);
boost::optional<std::string> get_from_url (std::string url, bool pasv, bool skip_pasv_ip, boost::function<void (boost::filesystem::path)> load);
boost::optional<std::string> get_from_zip_url (std::string url, std::string file, bool pasv, bool skip_pasv_ip, boost::function<void (boost::filesystem::path)> load);
+std::list<std::string> ls_url (std::string url);