From 3818dabcebea7f98e3dfdfbe5be42374bb60cf88 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Sun, 7 Dec 2014 23:32:19 +0300 Subject: Allocate and expose per-instance pointers for plugins --- include/i3status.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/i3status.h') 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 -- cgit v1.2.3