X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftop.c;h=5207500d0c69d8a670d54c7510d160cc80c0d42e;hb=f4010694b3b16453e5e6298c208910264e326978;hp=5ca97495ff0c5eef4587eee04d669e68af980810;hpb=d772289f6d6adfb8932658b533349d43f08ec326;p=tinc diff --git a/src/top.c b/src/top.c index 5ca97495..5207500d 100644 --- a/src/top.c +++ b/src/top.c @@ -128,7 +128,7 @@ static void update(int fd) { } } -static void redraw() { +static void redraw(void) { erase(); mvprintw(0, 0, "Tinc %-16s Nodes: %4d Sort: %-8s %s", netname, node_list.count, sortname[sortmode], cumulative ? "Cumulative" : "Current");