diff options
Diffstat (limited to 'bgpd/bgp_table.c')
-rw-r--r-- | bgpd/bgp_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_table.c b/bgpd/bgp_table.c index c2120252..63f08813 100644 --- a/bgpd/bgp_table.c +++ b/bgpd/bgp_table.c @@ -54,7 +54,7 @@ bgp_table_finish (struct bgp_table **rt) } static struct bgp_node * -bgp_node_create () +bgp_node_create (void) { struct bgp_node *rn; |