diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-14 04:46:21 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-14 04:46:21 +0200 |
commit | dd15627e26f3fc7ecbc97eb9bc5bb5d16e422cfb (patch) | |
tree | 86ccbb73534c8974fd866867b4db0d2e9e0769a3 /babeld/xroute.h | |
parent | doc: Missed babel documentation (diff) | |
download | frr-dd15627e26f3fc7ecbc97eb9bc5bb5d16e422cfb.tar.xz frr-dd15627e26f3fc7ecbc97eb9bc5bb5d16e422cfb.zip |
babeld: Cleanup xroute_stream
Cleanup warnings associated with xroute_stream
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'babeld/xroute.h')
-rw-r--r-- | babeld/xroute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/xroute.h b/babeld/xroute.h index f24f3927c..27899e62a 100644 --- a/babeld/xroute.h +++ b/babeld/xroute.h @@ -45,7 +45,7 @@ int babel_ipv6_route_add (struct zapi_ipv6 *api, struct prefix_ipv6 *prefix, int babel_ipv6_route_delete (struct zapi_ipv6 *api, struct prefix_ipv6 *prefix, unsigned int ifindex); int xroutes_estimate(void); -struct xroute_stream *xroute_stream(); +struct xroute_stream *xroute_stream(void); struct xroute *xroute_stream_next(struct xroute_stream *stream); void xroute_stream_done(struct xroute_stream *stream); |