diff options
| author | whitespace / reindent <invalid@invalid.invalid> | 2017-08-09 11:49:42 +0200 |
|---|---|---|
| committer | whitespace / reindent <invalid@invalid.invalid> | 2017-08-09 12:03:17 +0200 |
| commit | ac4d0be5874fafd14212d6007fff7495edc9b152 (patch) | |
| tree | 5e2f0d3189de928c849f9983406389ade3b098cb /ospf6d/ospf6_bfd.h | |
| parent | 76a86854181c27819e5cf71b12ae1fa5ccd9e02a (diff) | |
*: reindentreindent-3.0-after
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'`
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_bfd.h')
| -rw-r--r-- | ospf6d/ospf6_bfd.h | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/ospf6d/ospf6_bfd.h b/ospf6d/ospf6_bfd.h index 9c3b57aa24..132ff28d8f 100644 --- a/ospf6d/ospf6_bfd.h +++ b/ospf6d/ospf6_bfd.h @@ -24,25 +24,20 @@ #ifndef OSPF6_BFD_H #define OSPF6_BFD_H -extern void -ospf6_bfd_init(void); +extern void ospf6_bfd_init(void); -extern void -ospf6_bfd_trigger_event(struct ospf6_neighbor *nbr, int old_state, int state); +extern void ospf6_bfd_trigger_event(struct ospf6_neighbor *nbr, int old_state, + int state); -extern void -ospf6_bfd_write_config(struct vty *vty, struct ospf6_interface *oi); +extern void ospf6_bfd_write_config(struct vty *vty, struct ospf6_interface *oi); -extern void -ospf6_bfd_info_nbr_create (struct ospf6_interface *oi, - struct ospf6_neighbor *on); +extern void ospf6_bfd_info_nbr_create(struct ospf6_interface *oi, + struct ospf6_neighbor *on); -extern void -ospf6_bfd_info_free(void **bfd_info); +extern void ospf6_bfd_info_free(void **bfd_info); -extern void -ospf6_bfd_show_info(struct vty *vty, void *bfd_info, int param_only); +extern void ospf6_bfd_show_info(struct vty *vty, void *bfd_info, + int param_only); -extern void -ospf6_bfd_reg_dereg_nbr (struct ospf6_neighbor *on, int command); +extern void ospf6_bfd_reg_dereg_nbr(struct ospf6_neighbor *on, int command); #endif /* OSPF6_BFD_H */ |
