diff options
author | Alexander Monakov | 2014-12-07 23:32:19 +0300 |
---|---|---|
committer | Michael Stapelberg | 2014-12-10 19:58:54 +0100 |
commit | 3818dabcebea7f98e3dfdfbe5be42374bb60cf88 (patch) | |
tree | b0c7d2ad25f8c8095e0c7104ca883f9120bc3fbd /include | |
parent | support the special interface name _first_ for ethernet/wireless (diff) |
Allocate and expose per-instance pointers for plugins
Diffstat (limited to 'include')
-rw-r--r-- | include/i3status.h | 2 |
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 |