summaryrefslogtreecommitdiff
path: root/src/client/Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Client.h')
-rw-r--r--src/client/Client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/Client.h b/src/client/Client.h
index 375c072..8812496 100644
--- a/src/client/Client.h
+++ b/src/client/Client.h
@@ -86,6 +86,8 @@ public:
std::vector<std::string> DirectorySearch(std::string directory, std::string search, std::vector<std::string> extensions);
std::vector<std::string> DirectorySearch(std::string directory, std::string search, std::string extension);
+ bool DoInstallation();
+
std::vector<unsigned char> ReadFile(std::string filename);
void Initialise(std::string proxyString);