summaryrefslogtreecommitdiff
path: root/src/lib/internet.h
diff options
context:
space:
mode:
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);