diff options
Diffstat (limited to 'include')
-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
|