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 f46abc367..12b2ba3cd 100644
--- a/src/lib/internet.h
+++ b/src/lib/internet.h
@@ -21,5 +21,5 @@
#include <boost/function.hpp>
#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);
+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> ftp_ls (std::string dir, bool pasv = true);