Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / core / window-item-def.h
1 #ifndef __WINDOW_ITEM_DEF_H
2 #define __WINDOW_ITEM_DEF_H
3
4 #define STRUCT_SERVER_REC SERVER_REC
5 struct _WI_ITEM_REC {
6 #include "window-item-rec.h"
7 };
8
9 #endif