summaryrefslogtreecommitdiffstats
path: root/src/core/window-item-def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/window-item-def.h')
-rw-r--r--src/core/window-item-def.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/window-item-def.h b/src/core/window-item-def.h
new file mode 100644
index 0000000..6944c92
--- /dev/null
+++ b/src/core/window-item-def.h
@@ -0,0 +1,9 @@
+#ifndef IRSSI_CORE_WINDOW_ITEM_DEF_H
+#define IRSSI_CORE_WINDOW_ITEM_DEF_H
+
+#define STRUCT_SERVER_REC SERVER_REC
+struct _WI_ITEM_REC {
+#include <irssi/src/core/window-item-rec.h>
+};
+
+#endif