aboutsummaryrefslogtreecommitdiff
path: root/src/status-items.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/status-items.h')
-rw-r--r--src/status-items.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/status-items.h b/src/status-items.h
new file mode 100644
index 0000000..66844f4
--- /dev/null
+++ b/src/status-items.h
@@ -0,0 +1,14 @@
+
+#ifndef __STATUS_ITEMS_H__
+#define __STATUS_ITEMS_H__
+
+#include <glib.h>
+
+G_BEGIN_DECLS
+
+GList * status_items_build (void);
+
+G_END_DECLS
+
+#endif /* __STATUS_ITEMS_H__ */
+