New silcconfig library and server parser. Merged silc-newconfig-final.patch.
[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 *address;
6 char *server_tag;
7 unsigned int unwanted:1; /* TRUE if the other side closed or
8                             some error occured (DCC chats!) */
9 unsigned int destroying:1;