summaryrefslogtreecommitdiff
path: root/src/lib/internet.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-03 21:27:26 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-03 21:27:26 +0000
commitee1d68bbbfe89b3aa131d912747e5da4a746fdce (patch)
tree9536d458a2f75fd80f557f7706c954750d291fd5 /src/lib/internet.h
parente40e1a777ab7b39046e8ff1928354d38bd762db5 (diff)
Various improvements in robustness / neatness of certificate download stuff.
Diffstat (limited to 'src/lib/internet.h')
-rw-r--r--src/lib/internet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/internet.h b/src/lib/internet.h
index d7427fe48..f46abc367 100644
--- a/src/lib/internet.h
+++ b/src/lib/internet.h
@@ -22,4 +22,4 @@
#include <boost/filesystem.hpp>
boost::optional<std::string> get_from_zip_url (std::string url, std::string file, boost::function<void (boost::filesystem::path)> load);
-std::list<std::string> ftp_ls (std::string dir);
+std::list<std::string> ftp_ls (std::string dir, bool pasv = true);