diff options
author | Nayd <dnpd.dd@gmail.com> | 2014-12-21 14:02:03 +0000 |
---|---|---|
committer | Nayd <dnpd.dd@gmail.com> | 2014-12-21 14:09:27 +0000 |
commit | d149e370f796e9729b775876a01822bc1562a7d2 (patch) | |
tree | 37cf7b5a531542d2b0d0853da6a2f1f95753624a /src/tools/connection_patcher/Program.cpp | |
parent | 6dbb516b651d5d4b1988c7f450b25136b9d28a2e (diff) |
Tools/ConnectionPatcher: Fix build on GCC/Clang
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> |