X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=zebra%2Fredistribute.h;h=74a593b2409a3aa4b4945b2170d87f09903147e1;hb=e777abf3a1ed41f18e479969288a06cef73df425;hp=f0dc79574cc1518600a9a0cdf99ec3804e3ec385;hpb=5709131cec0a3ebd9739b287b8cd2bb5c421357f;p=mirror_frr.git diff --git a/zebra/redistribute.h b/zebra/redistribute.h index f0dc79574..74a593b24 100644 --- a/zebra/redistribute.h +++ b/zebra/redistribute.h @@ -29,6 +29,10 @@ #include "zebra/zserv.h" #include "zebra/rib.h" +#ifdef __cplusplus +extern "C" { +#endif + /* ZAPI command handlers */ extern void zebra_redistribute_add(ZAPI_HANDLER_ARGS); extern void zebra_redistribute_delete(ZAPI_HANDLER_ARGS); @@ -73,4 +77,9 @@ extern int is_zebra_import_table_enabled(afi_t, uint32_t table_id); extern int zebra_import_table_config(struct vty *); extern void zebra_import_table_rm_update(const char *rmap); + +#ifdef __cplusplus +} +#endif + #endif /* _ZEBRA_REDISTRIBUTE_H */