diff options
Diffstat (limited to 'include/inspstring.h')
-rw-r--r-- | include/inspstring.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/inspstring.h b/include/inspstring.h index 4a7fa6271..abf8d9cf3 100644 --- a/include/inspstring.h +++ b/include/inspstring.h @@ -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 |