summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Monakov <amonakov@ispras.ru>2014-12-07 23:32:19 +0300
committerMichael Stapelberg <michael@stapelberg.de>2014-12-10 19:58:54 +0100
commit3818dabcebea7f98e3dfdfbe5be42374bb60cf88 (patch)
treeb0c7d2ad25f8c8095e0c7104ca883f9120bc3fbd /include
parentb219f47f394e536198997578e4cce3c539b84b6d (diff)
Allocate and expose per-instance pointers for plugins
Diffstat (limited to 'include')
-rw-r--r--include/i3status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/i3status.h b/include/i3status.h
index f8f0784..ef212c8 100644
--- a/include/i3status.h
+++ b/include/i3status.h
@@ -198,4 +198,6 @@ extern int general_socket;
extern cfg_t *cfg, *cfg_general, *cfg_section;
+extern void **cur_instance;
+
#endif