From 707ceffc8b556a3797651d78c0c0f37bae9884ea Mon Sep 17 00:00:00 2001 From: Stu Zhao Date: Sun, 23 Oct 2016 15:20:31 -0400 Subject: Detect batteries using glob (#163) --- include/i3status.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/i3status.h b/include/i3status.h index dd0ba02..d168f74 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -176,6 +176,8 @@ struct min_width { const char *str; }; +char *sstrdup(const char *str); + /* src/general.c */ char *skip_character(char *input, char character, int amount); void die(const char *fmt, ...); -- cgit v1.2.3