diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-22 22:21:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-22 22:21:42 +0300 |
commit | 86785de4047fa87ca9b92914067949798c2e632f (patch) | |
tree | fa05006cc985ca0905c0c8aa59562b469bc1f8f4 /include | |
parent | 49959b6d4b0fa837e02ba03cc62bfb94dda517c0 (diff) |
IOPT_COMPLETE - new constant to group import flags
Diffstat (limited to 'include')
-rw-r--r-- | include/m_import.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/m_import.h b/include/m_import.h index 2da63b215d..6bad5491d6 100644 --- a/include/m_import.h +++ b/include/m_import.h @@ -40,12 +40,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IOPT_FILERECV 0x00000100 #define IOPT_OTHERSENT 0x00000200 #define IOPT_OTHERRECV 0x00000400 +#define IOPT_HISTORY 0x000007FE + #define IOPT_SYSTEM 0x00000800 #define IOPT_CONTACTS 0x00001000 #define IOPT_GROUPS 0x00002000 #define IOPT_SYS_SETTINGS 0x00004000 - -#define IOPT_HISTORY 0x000007FE +#define IOPT_COMPLETE 0x00007FFE struct MImportOptions { |