diff options
author | Stu Zhao <z12y12l12@gmail.com> | 2016-10-23 15:20:31 -0400 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2016-10-23 21:20:31 +0200 |
commit | 707ceffc8b556a3797651d78c0c0f37bae9884ea (patch) | |
tree | c15ff50ae5ed18a0adf41e3661be305556f6428b /include | |
parent | 8d2ef5f99b2ebc08a0a9d1f26492094692b1fc6b (diff) |
Detect batteries using glob (#163)
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 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, ...); |