aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Util.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-09-02 18:14:10 -0500
committermegamage <none@none>2009-09-02 18:14:10 -0500
commitea12ff233b985bd9db6f99eee07fefde80811a94 (patch)
tree92109342be4da2582bdc1a97cf10183efaf5452f /src/shared/Util.h
parent9d161ff757daf47335f7cc84825463cc30818c8c (diff)
[8450] Prevented using of plaintext passwords in sql queries Author: arrai
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Util.h')
-rw-r--r--src/shared/Util.h1
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