commit | 5228ad27e2f3abe0ebb69f66607aedc048b94a13 | [log] [tgz] |
---|---|---|
author | paul <paul> | Fri Jun 04 17:58:18 2004 +0000 |
committer | paul <paul> | Fri Jun 04 17:58:18 2004 +0000 |
tree | a65817a03150dbfeb56a1eaceab526f31be1cc1d | |
parent | c2bfbcc38428b53e856617e1da8bbe9f8d2ee2fa [diff] [blame] |
2004-06-04 Paul Jakma <paul@dishone.st> * type mismatch fixes
diff --git a/bgpd/bgp_routemap.c b/bgpd/bgp_routemap.c index ce9ceb5..261f6b8 100644 --- a/bgpd/bgp_routemap.c +++ b/bgpd/bgp_routemap.c
@@ -1950,7 +1950,7 @@ /* Hook function for updating route_map assignment. */ void -bgp_route_map_update () +bgp_route_map_update (char *unused) { int i; afi_t afi;