sparse fixup: warning: non-ANSI function declaration of function '...'
[tinc] / src / top.c
index 5ca9749..5207500 100644 (file)
--- 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");