diff options
Diffstat (limited to 'src/shared/Util.h')
-rw-r--r-- | src/shared/Util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Util.h b/src/shared/Util.h index 91f7c95b5ab..04be6e93bed 100644 --- a/src/shared/Util.h +++ b/src/shared/Util.h @@ -291,6 +291,7 @@ void vutf8printf(FILE *out, const char *str, va_list* ap); bool IsIPAddress(char const* ipaddress); uint32 CreatePIDFile(const std::string& filename); +void hexEncodeByteArray(uint8* bytes, uint32 arrayLen, std::string& result); #endif //handler for operations on large flags |