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-04-08 00:22:40 +0100
commitaba83f327f29686cb603ae838323092a2797dba4 (patch)
treee23642a07a67a533e99feee55883e306365fe917 /src/lib/internet.h
parentb2e38a18a809fb68bf919023a9f91508511d1c70 (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 101eaeae9..89fff2934 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, 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);
+std::list<std::string> ls_url (std::string url);