diff options
Diffstat (limited to 'include/m_file.h')
-rw-r--r-- | include/m_file.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/m_file.h b/include/m_file.h index 9dabf0dadf..9f7a59ebba 100644 --- a/include/m_file.h +++ b/include/m_file.h @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (C) 2012-24 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-25 Miranda NG team (https://miranda-ng.org)
Copyright (c) 2000-08 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -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
|