diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-08 17:34:37 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-08 17:34:37 (GMT) |
| commit | 346e9d21689c9616dae3f3d858071b7181979663 (patch) | |
| tree | f42a76bc0096ed2231942d01620f752b5f150c39 /src/client/Client.h | |
| parent | 73a18998f6791ae21a568996b5d0b884110b87d5 (diff) | |
| download | powder-346e9d21689c9616dae3f3d858071b7181979663.zip powder-346e9d21689c9616dae3f3d858071b7181979663.tar.gz | |
Proxy from command line arg
Diffstat (limited to 'src/client/Client.h')
| -rw-r--r-- | src/client/Client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/Client.h b/src/client/Client.h index 9bb9d5f..748c96e 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -88,6 +88,9 @@ public: std::vector<unsigned char> ReadFile(std::string filename); + void Initialise(std::string proxyString); + void SetProxy(std::string proxy); + void WriteFile(std::vector<unsigned char> fileData, std::string filename); void WriteFile(std::vector<char> fileData, std::string filename); bool FileExists(std::string filename); |
