diff options
Diffstat (limited to 'src/tools/connection_patcher/Program.cpp')
-rw-r--r-- | src/tools/connection_patcher/Program.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/connection_patcher/Program.cpp b/src/tools/connection_patcher/Program.cpp index cd942531529..0df2678e09c 100644 --- a/src/tools/connection_patcher/Program.cpp +++ b/src/tools/connection_patcher/Program.cpp @@ -43,6 +43,9 @@ using boost::asio::ip::tcp; namespace Connection_Patcher { + void copyDir(boost::filesystem::path const & source, boost::filesystem::path const & destination); + void GetFile(const std::string& serverName, int port, const std::string& getCommand, std::ostream& out); + namespace { template<typename PATCH, typename PATTERN> |