From b359d6b48c63e7bc264e144d637aa4aea4044b41 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 29 Sep 2022 20:37:34 +0300 Subject: additional helper for base64 encoding of MBinBuffer contents --- include/m_core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/m_core.h b/include/m_core.h index 2ec8c006df..9d00b7463f 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -621,6 +621,8 @@ inline int mir_vsnwprintf(_Pre_notnull_ _Always_(_Post_z_) wchar_t(&buffer)[_Siz return mir_vsnwprintf(buffer, _Size, fmt, va); } +MIR_CORE_DLL(char *) mir_base64_encode(const class MBinBuffer &buf); + #endif #ifdef _MSC_VER -- cgit v1.2.3