diff options
Diffstat (limited to 'include/m_core.h')
-rw-r--r-- | include/m_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h index 11878f8b60..92b1cd2960 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -153,6 +153,7 @@ MIR_CORE_DLL(pfnExceptionFilter) SetExceptionFilter(pfnExceptionFilter pMirandaE ///////////////////////////////////////////////////////////////////////////////
// http support
+MIR_CORE_DLL(char*) mir_urlDecode(const char *szUrl);
MIR_CORE_DLL(char*) mir_urlEncode(const char *szUrl);
///////////////////////////////////////////////////////////////////////////////
|