mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
7 lines
133 B
C
7 lines
133 B
C
|
|
#ifndef __STATUSBAR_ITEMS_H
|
||
|
|
#define __STATUSBAR_ITEMS_H
|
||
|
|
|
||
|
|
void statusbar_items_init(void);
|
||
|
|
void statusbar_items_deinit(void);
|
||
|
|
|
||
|
|
#endif
|