Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / core / query-rec.h
1 /* QUERY_REC definition, used for inheritance */
2
3 #include "window-item-rec.h"
4
5 char *name;
6 char *address;
7 char *server_tag;
8 time_t last_unread_msg;
9
10 unsigned int unwanted:1; /* TRUE if the other side closed or
11                             some error occured (DCC chats!) */
12 unsigned int destroying:1;