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 cd7dacbcd0..578d2874a7 100644 --- a/protocols/Omegle/src/utils.h +++ b/protocols/Omegle/src/utils.h @@ -37,6 +37,7 @@ namespace utils std::string special_expressions_decode( std::string data );
std::string slashu_to_utf8(const std::string &data );
std::string trim(const std::string &data );
+ void explode(std::string str, std::string separator, std::vector<std::string>* results);
};
namespace debug
|