Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / core / query-rec.h
index 12ef491cd1f72aa93d9324d2422e6fecd937fec6..ddb85ba417479e84e09541a495f138ce74e05b15 100644 (file)
@@ -2,8 +2,11 @@
 
 #include "window-item-rec.h"
 
+char *name;
 char *address;
 char *server_tag;
+time_t last_unread_msg;
+
 unsigned int unwanted:1; /* TRUE if the other side closed or
                            some error occured (DCC chats!) */
 unsigned int destroying:1;