diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-29 20:37:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-29 20:37:34 +0300 |
commit | b359d6b48c63e7bc264e144d637aa4aea4044b41 (patch) | |
tree | 9a7f770b319df40f5c50188a2e9ca896e2909be5 /include/m_core.h | |
parent | 935a628516e3f273b35198183bd46626da588803 (diff) |
additional helper for base64 encoding of MBinBuffer contents
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 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 |