summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/main.h b/main.h
index d63c3c6..0c59b5d 100644
--- a/main.h
+++ b/main.h
@@ -16,6 +16,14 @@
#ifndef MAIN_H
#define MAIN_H
+struct contact_data
+{
+ vector<string> msgs_to_tag;
+ string key_in_prescense;
+};
+
+extern std::map<HANDLE, contact_data> hcontact_data;
+
#endif