From 59822f2c393d553d43adb4a5eb8daf77609063f2 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 22 Mar 2011 14:09:37 +0200 Subject: new threading code (part 2, usable) --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.h') 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 msgs_to_tag, msgs_to_ignore, msgs_to_send; + list msgs_to_send, msgs_to_pass; string key_in_prescense; }; -- cgit v1.2.3