summaryrefslogtreecommitdiff
path: root/ripngd/ripng_route.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripngd/ripng_route.c')
-rw-r--r--ripngd/ripng_route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_route.c b/ripngd/ripng_route.c
index d4bf0262ba..ab37dfcdbb 100644
--- a/ripngd/ripng_route.c
+++ b/ripngd/ripng_route.c
@@ -32,7 +32,7 @@
#include "ripngd/ripng_route.h"
static struct ripng_aggregate *
-ripng_aggregate_new ()
+ripng_aggregate_new (void)
{
struct ripng_aggregate *new;