diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-07 23:54:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:42 +0100 |
| commit | 35a7379dda587add9d94dc4f710414a23976d6e7 (patch) | |
| tree | 523fccc8981a454001e0dac7689492ce053c5075 /src/lib/internet.h | |
| parent | b7e546d9685c0a3304faa48e95516915d811ec5c (diff) | |
Support download of certificates from Qube (#1460).
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 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); |
