From 51e94aa7b167b5197f634eec11dc456994787993 Mon Sep 17 00:00:00 2001 From: Emanuele Di Pascale Date: Mon, 25 Mar 2019 15:11:55 +0100 Subject: add cplusplus guards to all zebra headers Signed-off-by: Emanuele Di Pascale --- zebra/zebra_ptm_redistribute.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'zebra/zebra_ptm_redistribute.h') diff --git a/zebra/zebra_ptm_redistribute.h b/zebra/zebra_ptm_redistribute.h index c1b12bd0d..4daf40582 100644 --- a/zebra/zebra_ptm_redistribute.h +++ b/zebra/zebra_ptm_redistribute.h @@ -21,7 +21,17 @@ #ifndef _ZEBRA_PTM_REDISTRIBUTE_H #define _ZEBRA_PTM_REDISTRIBUTE_H + +#ifdef __cplusplus +extern "C" { +#endif + extern void zebra_interface_bfd_update(struct interface *, struct prefix *, struct prefix *, int, vrf_id_t); extern void zebra_bfd_peer_replay_req(void); + +#ifdef __cplusplus +} +#endif + #endif /* _ZEBRA_PTM_REDISTRIBUTE_H */ -- cgit v1.2.3