summaryrefslogtreecommitdiffstats
path: root/babeld/xroute.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-14 04:46:21 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-05-14 04:46:21 +0200
commitdd15627e26f3fc7ecbc97eb9bc5bb5d16e422cfb (patch)
tree86ccbb73534c8974fd866867b4db0d2e9e0769a3 /babeld/xroute.c
parentdoc: Missed babel documentation (diff)
downloadfrr-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.c')
-rw-r--r--babeld/xroute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/xroute.c b/babeld/xroute.c
index 342b5c487..2e123564e 100644
--- a/babeld/xroute.c
+++ b/babeld/xroute.c
@@ -189,7 +189,7 @@ struct xroute_stream {
struct
xroute_stream *
-xroute_stream()
+xroute_stream(void)
{
struct xroute_stream *stream = malloc(sizeof(struct xroute_stream));
if(stream == NULL)