From 972fa306badc2e072d65cec43c37496aa952eee0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 24 Dec 2018 13:59:13 +0300 Subject: mir_urlDecode restored --- include/m_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); /////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3