summaryrefslogtreecommitdiff
path: root/protocols/Omegle/src/utils.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-07-30 23:29:59 +0000
committerRobert Pösel <robyer@seznam.cz>2014-07-30 23:29:59 +0000
commit3bdff57b5868e9d333f61297021f7943ed160500 (patch)
treea2514a7aafecf82d7900371a8550769d6f0bf7af /protocols/Omegle/src/utils.h
parent548bcad3fa31c55c33200c3516a5a537ca5e3f0d (diff)
Omegle: Fix sending and receiving % in chats
git-svn-id: http://svn.miranda-ng.org/main/trunk@10002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/src/utils.h')
-rw-r--r--protocols/Omegle/src/utils.h1
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 );