]> git.puffer.fish Git - matthieu/frr.git/commit
[cleanup] functions taking no args should be declared with void args
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Mon, 9 Feb 2009 18:14:16 +0000 (10:14 -0800)
committerPaul Jakma <paul@quagga.net>
Fri, 12 Jun 2009 16:09:03 +0000 (17:09 +0100)
commit66e5cd87194ae6fdd51061a91b4698bc0a652f6b
tree659d31f9a7dfb8d9ad9a51f37ff0853054a45399
parentcedd7f2fa6823bca9ddcfb062f97ed83b11a80dd
[cleanup] functions taking no args should be declared with void args

Use Ansi-C prototypes rather than old K&R method of declaring
function without arguments
15 files changed:
bgpd/bgp_advertise.c
bgpd/bgp_attr.c
bgpd/bgp_clist.c
bgpd/bgp_community.c
bgpd/bgp_ecommunity.c
bgpd/bgp_filter.c
bgpd/bgp_fsm.c
bgpd/bgp_nexthop.c
bgpd/bgp_route.c
bgpd/bgp_snmp.c
bgpd/bgp_table.c
bgpd/bgpd.c
lib/if.c
ospfd/ospf_snmp.c
zebra/rtadv.c