diff options
Diffstat (limited to 'protocols/Omegle/src/utils.h')
-rw-r--r-- | protocols/Omegle/src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Omegle/src/utils.h b/protocols/Omegle/src/utils.h index 67a071d00c..dc22deffbb 100644 --- a/protocols/Omegle/src/utils.h +++ b/protocols/Omegle/src/utils.h @@ -33,6 +33,7 @@ namespace utils {
void replace_first( std::string* data, std::string from, std::string to );
void replace_all( std::string* data, std::string from, std::string to );
+ void treplace_all(std::tstring* data, std::tstring from, std::tstring to);
std::string special_expressions_decode( std::string data );
std::string slashu_to_utf8( std::string data );
std::string trim( std::string data );
|