]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspstring.h
Change to new execution directory structure
[user/henk/code/inspircd.git] / include / inspstring.h
index 4a7fa627144fa36f0db090e637fe393f09d396c1..b08ce76476c8caf3387116e950acb3d468263f58 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 */
+CoreExport std::string BinToHex(const std::string& data);
+
 #endif