]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspstring.h
Update m_cloaking to use free-form keys instead of weakening the hash IV
[user/henk/code/inspircd.git] / include / inspstring.h
index 4a7fa627144fa36f0db090e637fe393f09d396c1..abf8d9cf36e46813b0974334af0e3a3bae32a0ca 100644 (file)
@@ -39,5 +39,8 @@ CoreExport int charlcat(char* x,char y,int z);
  */
 CoreExport bool charremove(char* mp, char remove);
 
+/** Binary to hexadecimal conversion */
+std::string BinToHex(const std::string& data);
+
 #endif