summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-03-22 22:21:42 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-03-22 22:21:42 +0300
commit86785de4047fa87ca9b92914067949798c2e632f (patch)
treefa05006cc985ca0905c0c8aa59562b469bc1f8f4
parent49959b6d4b0fa837e02ba03cc62bfb94dda517c0 (diff)
IOPT_COMPLETE - new constant to group import flags
-rw-r--r--include/m_import.h5
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
{