mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
7 lines
149 B
C
7 lines
149 B
C
|
|
#ifndef __GUI_STATUSBAR_ITEMS_H
|
||
|
|
#define __GUI_STATUSBAR_ITEMS_H
|
||
|
|
|
||
|
|
void gui_statusbar_items_init(void);
|
||
|
|
void gui_statusbar_items_deinit(void);
|
||
|
|
|
||
|
|
#endif
|