mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
14 lines
321 B
C
14 lines
321 B
C
|
#ifndef __WINDOW_ACTIVITY_H
|
||
|
#define __WINDOW_ACTIVITY_H
|
||
|
|
||
|
void window_activity(WINDOW_REC *window, int data_level,
|
||
|
const char *hilight_color);
|
||
|
|
||
|
void window_item_activity(WI_ITEM_REC *item, int data_level,
|
||
|
const char *hilight_color);
|
||
|
|
||
|
void window_activity_init(void);
|
||
|
void window_activity_deinit(void);
|
||
|
|
||
|
#endif
|