summaryrefslogtreecommitdiff
path: root/include/m_file.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-06-10 14:46:17 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-06-10 14:47:42 +0300
commit90707354cbb630db3de99cd20efa5ead04b17f6c (patch)
tree049676156ece87bd25f384ab54c87e164d71c9c1 /include/m_file.h
parent96674c500ade2974c36e88ac65c59eb1a80fc8b6 (diff)
Offline file options made available from plugins
Diffstat (limited to 'include/m_file.h')
-rw-r--r--include/m_file.h3
1 files changed, 3 insertions, 0 deletions
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<bool> bOfflineAuto;
+ extern MIR_APP_EXPORT CMOption<uint32_t> 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