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>
This commit is contained in:
Timo Teräs 2015-04-29 09:42:59 +03:00 committed by Donald Sharp
parent 49aee25dc4
commit a879f2f815

View File

@ -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 */