summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-03-22 14:09:37 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2011-03-22 14:09:37 +0200
commit59822f2c393d553d43adb4a5eb8daf77609063f2 (patch)
tree6e53e461a18f78516ba12f6ca9670e7c7ce7584e /main.h
parent0ab2db678a2a79f624a74a51ac617110d9b4413e (diff)
new threading code (part 2, usable)
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.h b/main.h
index 102821c..e4ff5f2 100644
--- a/main.h
+++ b/main.h
@@ -18,7 +18,7 @@
struct contact_data
{
- list<string> msgs_to_tag, msgs_to_ignore, msgs_to_send;
+ list<string> msgs_to_send, msgs_to_pass;
string key_in_prescense;
};