Sun Mar 11 15:22:42 CET 2007 Jochen Eisinger <coffee@silcnet.org>
[runtime.git] / apps / irssi / src / fe-text / statusbar-config.h
1 #ifndef __STATUSBAR_CONFIG_H
2 #define __STATUSBAR_CONFIG_H
3
4 #include "statusbar.h"
5
6 void statusbar_config_destroy(STATUSBAR_GROUP_REC *group,
7                               STATUSBAR_CONFIG_REC *config);
8
9 void statusbar_config_init(void);
10 void statusbar_config_deinit(void);
11
12 #endif