CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
wpad.h
Go to the documentation of this file.
1 
5 #ifndef CVMFS_WPAD_H_
6 #define CVMFS_WPAD_H_
7 
8 #include <string>
9 
10 namespace download {
11 
12 class DownloadManager;
13 
18 std::string AutoProxy(DownloadManager *download_manager);
19 
23 std::string ResolveProxyDescription(const std::string &cvmfs_proxies,
24  const std::string &path_fallback_cache,
25  DownloadManager *download_manager);
26 
27 int MainResolveProxyDescription(int argc, char **argv);
28 
29 } // namespace download
30 
31 #endif // CVMFS_WPAD_H_
int MainResolveProxyDescription(int argc, char **argv)
Definition: wpad.cc:272
string AutoProxy(DownloadManager *download_manager)
Definition: wpad.cc:153
string ResolveProxyDescription(const string &cvmfs_proxies, const std::string &path_fallback_cache, DownloadManager *download_manager)
Definition: wpad.cc:207