irssi/src/core/query-rec.h
2000-08-26 15:39:44 +00:00

9 lines
237 B
C

/* QUERY_REC definition, used for inheritance */
#include "window-item-rec.h"
char *address;
char *server_tag;
int unwanted:1; /* TRUE if the other side closed or
some error occured (DCC chats!) */
int destroying:1;