]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/lib/test_heavy_thread.c
Treewide: use ANSI function definitions
[mirror_frr.git] / tests / lib / test_heavy_thread.c
index b3c6e4c2f79073ca25a0259f97d8449b44fd046c..d516ed0de075ba7f37c8a3bb8b494887afe6d07d 100644 (file)
@@ -122,7 +122,7 @@ DEFUN (clear_foo,
        return CMD_SUCCESS;
 }
 
-void test_init()
+void test_init(void)
 {
        install_element(VIEW_NODE, &clear_foo_cmd);
 }