diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-04-29 08:42:59 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-08 20:15:47 +0200 |
commit | a879f2f8152e73a53f27f046c971f398d582aa74 (patch) | |
tree | b7f2efc05b011294880125737254492982b855e2 /zebra/rtadv.h | |
parent | build: add --enable-werror (diff) | |
download | frr-a879f2f8152e73a53f27f046c971f398d582aa74.tar.xz frr-a879f2f8152e73a53f27f046c971f398d582aa74.zip |
zebra: fix build with rtadv disabled
Otherwise we get warning on rtadv_init() prototype not being
defined when compiling rtadv.c (as dummy stub is provided always).
Signed-off-by: Timo Teräs <timo.teras@iki.fi>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/rtadv.h')
-rw-r--r-- | zebra/rtadv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/rtadv.h b/zebra/rtadv.h index 3011505db..e4c2c6b36 100644 --- a/zebra/rtadv.h +++ b/zebra/rtadv.h @@ -111,5 +111,4 @@ extern void rtadv_cmd_init (void); extern void zebra_interface_radv_set (struct zserv *client, int sock, u_short length, struct zebra_vrf *zvrf, int enable); - #endif /* _ZEBRA_RTADV_H */ |