summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-12-24 13:59:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-12-24 13:59:13 +0300
commit972fa306badc2e072d65cec43c37496aa952eee0 (patch)
tree76ff03a4b30ba245206fde8c7ee726b957807207 /include
parent1b60fdaf9e55690bbfb5a6d8b3f6b970e6d4373f (diff)
mir_urlDecode restored
Diffstat (limited to 'include')
-rw-r--r--include/m_core.h1
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);
///////////////////////////////////////////////////////////////////////////////