summaryrefslogtreecommitdiff
path: root/src/fe-text/statusbar-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-text/statusbar-config.h')
-rw-r--r--src/fe-text/statusbar-config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fe-text/statusbar-config.h b/src/fe-text/statusbar-config.h
new file mode 100644
index 00000000..a2a0b049
--- /dev/null
+++ b/src/fe-text/statusbar-config.h
@@ -0,0 +1,12 @@
+#ifndef __STATUSBAR_CONFIG_H
+#define __STATUSBAR_CONFIG_H
+
+#include "statusbar.h"
+
+void statusbar_config_destroy(STATUSBAR_GROUP_REC *group,
+ STATUSBAR_CONFIG_REC *config);
+
+void statusbar_config_init(void);
+void statusbar_config_deinit(void);
+
+#endif