summaryrefslogtreecommitdiff
path: root/src/core/query-rec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/query-rec.h')
-rw-r--r--src/core/query-rec.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/query-rec.h b/src/core/query-rec.h
new file mode 100644
index 00000000..8b587f5e
--- /dev/null
+++ b/src/core/query-rec.h
@@ -0,0 +1,9 @@
+/* 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;