summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_table.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-02-09 11:24:58 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-02-09 11:24:58 -0800
commit86a3d4117c6b959bfed2bf4ceb2500e046c44f18 (patch)
tree9b7d22b5f1f243da871e17a34b972ad183dc70c3 /bgpd/bgp_table.c
parent5dccb9ccc022e5f7c7bd1ba2df128dd1733f6076 (diff)
parent615f5ca44b5f36d0db4ef210131731d3c61b7701 (diff)
downloadquagga-86a3d4117c6b959bfed2bf4ceb2500e046c44f18.tar.bz2
quagga-86a3d4117c6b959bfed2bf4ceb2500e046c44f18.tar.xz
Merge branch 'vyatta-update' of /home/shemminger/src/quagga into jenner
Diffstat (limited to 'bgpd/bgp_table.c')
-rw-r--r--bgpd/bgp_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_table.c b/bgpd/bgp_table.c
index 15630a24..27aa85e9 100644
--- a/bgpd/bgp_table.c
+++ b/bgpd/bgp_table.c
@@ -53,7 +53,7 @@ bgp_table_finish (struct bgp_table **rt)
}
static struct bgp_node *
-bgp_node_create ()
+bgp_node_create (void)
{
return XCALLOC (MTYPE_BGP_NODE, sizeof (struct bgp_node));
}