From 90707354cbb630db3de99cd20efa5ead04b17f6c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 10 Jun 2025 14:46:17 +0300 Subject: Offline file options made available from plugins --- include/m_file.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/m_file.h b/include/m_file.h index 4a9927038f..9f7a59ebba 100644 --- a/include/m_file.h +++ b/include/m_file.h @@ -27,6 +27,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. namespace File { + extern MIR_APP_EXPORT CMOption bOfflineAuto; + extern MIR_APP_EXPORT CMOption iOfflineSize; + MIR_APP_DLL(wchar_t *) GetReceivedFolder(MCONTACT hContact, wchar_t *pwszDest, size_t cbDest, bool substVars = true); // List of files should be null-terminated -- cgit v1.2.3