aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vty/command.c')
-rw-r--r--src/vty/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vty/command.c b/src/vty/command.c
index 5dc1dd45..1c8df61a 100644
--- a/src/vty/command.c
+++ b/src/vty/command.c
@@ -152,7 +152,7 @@ static int is_config(struct vty *vty)
}
/* Sort each node's command element according to command string. */
-void sort_node()
+void sort_node(void)
{
unsigned int i, j;
struct cmd_node *cnode;