From 8edce057640ec4e4d1d644317a585495de4f1865 Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Mon, 5 Apr 2010 15:47:56 +0200 Subject: ipv6: provide format strings for ipv6 up and ipv6 down --- i3status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3status.h') diff --git a/i3status.h b/i3status.h index 4c7d4b4..49bd387 100644 --- a/i3status.h +++ b/i3status.h @@ -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); -- cgit v1.2.3