From 69c525336f25083947d9f246de16fb83f73ce9d8 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 27 Oct 2010 18:31:17 +0300 Subject: working on autoexchange, reworking prescense, other fings, trying to avoid db usage, using memory for temporary data instead --- main.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'main.h') 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 msgs_to_tag; + string key_in_prescense; +}; + +extern std::map hcontact_data; + #endif -- cgit v1.2.3