aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Utilities/Util.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-05-02 02:55:10 +0200
committerShauren <shauren.trinity@gmail.com>2014-05-02 02:55:10 +0200
commit6955d7c9ad0e55480aa97d9cafd878c6bc3dc426 (patch)
tree2a0b11c84a75607ac9db4c6f0d2382d7157230a7 /src/server/shared/Utilities/Util.h
parentfea9d275fa0ed8f5b43dc54979cdd5a58afc993b (diff)
Core/Battle.net
* Fixed AuthResult codes * Fixed BitStream::WriteBytes size check * Fixed comparison operator for packet header * Fixed channel for client packets without channel * Implemented loading modules from database
Diffstat (limited to 'src/server/shared/Utilities/Util.h')
-rw-r--r--src/server/shared/Utilities/Util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Utilities/Util.h b/src/server/shared/Utilities/Util.h
index 236670e5cf1..d1cfeadff64 100644
--- a/src/server/shared/Utilities/Util.h
+++ b/src/server/shared/Utilities/Util.h
@@ -355,6 +355,7 @@ std::string GetAddressString(ACE_INET_Addr const& addr);
uint32 CreatePIDFile(const std::string& filename);
std::string ByteArrayToHexStr(uint8 const* bytes, uint32 length, bool reverse = false);
+void HexStrToByteArray(std::string const& str, uint8* out, bool reverse = false);
#endif
//handler for operations on large flags