summaryrefslogtreecommitdiff
path: root/babeld/xroute.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-13 22:46:21 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-05-13 22:46:21 -0400
commitdd15627e26f3fc7ecbc97eb9bc5bb5d16e422cfb (patch)
tree86ccbb73534c8974fd866867b4db0d2e9e0769a3 /babeld/xroute.c
parentf1d1a0b0b7e3a474c546ec128e9f6a6e3ef546b2 (diff)
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 342b5c4871..2e123564ea 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)