]> git.proxmox.com Git - mirror_frr.git/blobdiff - babeld/xroute.c
Merge pull request #5793 from ton31337/fix/formatting_show_bgp_summary_failed
[mirror_frr.git] / babeld / xroute.c
index 88e9479e4b868f27440c2d7b5eff18085a28cc55..61ea5a1ac13b74a9489b923d90bbcffc1c12d3f8 100644 (file)
@@ -169,7 +169,7 @@ add_xroute(unsigned char prefix[16], unsigned char plen,
 
 /* Returns an overestimate of the number of xroutes. */
 int
-xroutes_estimate()
+xroutes_estimate(void)
 {
     return numxroutes;
 }