summaryrefslogtreecommitdiff
path: root/lib/bfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bfd.h')
-rw-r--r--lib/bfd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bfd.h b/lib/bfd.h
index 3cae1a5219..31eb4ad9a3 100644
--- a/lib/bfd.h
+++ b/lib/bfd.h
@@ -95,4 +95,7 @@ extern void
bfd_show_info(struct vty *vty, struct bfd_info *bfd_info, int multihop,
int extra_space, u_char use_json, json_object *json_obj);
+extern void
+bfd_client_sendmsg (struct zclient *zclient, int command);
+
#endif /* _ZEBRA_BFD_H */