diff options
Diffstat (limited to 'include/m_core.h')
-rw-r--r-- | include/m_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h index c4a77168f4..6a9cda3b39 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -301,6 +301,8 @@ MIR_CORE_DLL(wchar_t*) mir_wstrdup(const wchar_t* str); MIR_CORE_DLL(char*) mir_strndup(const char* str, size_t len);
MIR_CORE_DLL(wchar_t*) mir_wstrndup(const wchar_t *str, size_t len);
+MIR_CORE_DLL(const wchar_t*) mir_wstrstri(const wchar_t *s1, const wchar_t *s2);
+
///////////////////////////////////////////////////////////////////////////////
// print functions
|