diff options
author | Christian Dietrich <stettberger@dokucode.de> | 2010-04-05 15:47:56 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2010-04-06 14:54:25 +0200 |
commit | 8edce057640ec4e4d1d644317a585495de4f1865 (patch) | |
tree | ba41dc310e19bcef422ba5526346bacd5505d313 /i3status.h | |
parent | d60fc3fa43d8f8674a150bfa61bad4ae7407521a (diff) |
ipv6: provide format strings for ipv6 up and ipv6 down
Diffstat (limited to 'i3status.h')
-rw-r--r-- | i3status.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ void print_seperator(); char *color(const char *colorstr); char *endcolor() __attribute__ ((pure)); -void print_ipv6_info(const char *format); +void print_ipv6_info(const char *format_up, const char *format_down); void print_disk_info(const char *path, const char *format); void print_battery_info(int number, const char *format, bool last_full_capacity); void print_time(const char *format); |