diff options
| author | Timo Teräs <timo.teras@iki.fi> | 2015-04-29 09:42:59 +0300 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-08 14:15:47 -0400 |
| commit | a879f2f8152e73a53f27f046c971f398d582aa74 (patch) | |
| tree | b7f2efc05b011294880125737254492982b855e2 /zebra/rtadv.h | |
| parent | 49aee25dc4926d67adac165822ce588068f87ce9 (diff) | |
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 3011505dbc..e4c2c6b36d 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 */ |
