summaryrefslogtreecommitdiff
path: root/tests/lib/test_heavy.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/test_heavy.c')
-rw-r--r--tests/lib/test_heavy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/test_heavy.c b/tests/lib/test_heavy.c
index e2a0a2d49a..afc7a08e66 100644
--- a/tests/lib/test_heavy.c
+++ b/tests/lib/test_heavy.c
@@ -92,12 +92,12 @@ DEFUN (clear_foo,
return CMD_SUCCESS;
}
-static void slow_vty_init()
+static void slow_vty_init(void)
{
install_element(VIEW_NODE, &clear_foo_cmd);
}
-void test_init()
+void test_init(void)
{
slow_vty_init();
}