Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / fe-common / core / window-activity.h
1 #ifndef __WINDOW_ACTIVITY_H
2 #define __WINDOW_ACTIVITY_H
3
4 void window_activity(WINDOW_REC *window, int data_level,
5                      const char *hilight_color);
6
7 void window_item_activity(WI_ITEM_REC *item, int data_level,
8                           const char *hilight_color);
9
10 void window_activity_init(void);
11 void window_activity_deinit(void);
12
13 #endif