X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fvty%2Fcommand.c;h=1c8df61a98f4c53b927afb12a70059139cbe9fdc;hb=95b2b47b262a7d50c22e195823d3d2cd290b0fe4;hp=5dc1dd4525b52f64c43d145c1a56dc468c9e6b8f;hpb=87dbca148fb9c398e8d2de50ddbfc72e59ca6b26;p=osmocom-bb.git diff --git a/src/vty/command.c b/src/vty/command.c index 5dc1dd4..1c8df61 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;