diff options
author | George Hazan <george.hazan@gmail.com> | 2025-06-10 14:46:17 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-06-10 14:47:42 +0300 |
commit | 90707354cbb630db3de99cd20efa5ead04b17f6c (patch) | |
tree | 049676156ece87bd25f384ab54c87e164d71c9c1 /include/m_file.h | |
parent | 96674c500ade2974c36e88ac65c59eb1a80fc8b6 (diff) |
Offline file options made available from plugins
Diffstat (limited to 'include/m_file.h')
-rw-r--r-- | include/m_file.h | 3 |
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
|