diff options
Diffstat (limited to 'zebra/zebra_pw.h')
| -rw-r--r-- | zebra/zebra_pw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_pw.h b/zebra/zebra_pw.h index b588bac0a2..417d26fe65 100644 --- a/zebra/zebra_pw.h +++ b/zebra/zebra_pw.h @@ -59,8 +59,8 @@ RB_PROTOTYPE(zebra_static_pw_head, zebra_pw, static_pw_entry, zebra_pw_compare); DECLARE_HOOK(pw_install, (struct zebra_pw * pw), (pw)) DECLARE_HOOK(pw_uninstall, (struct zebra_pw * pw), (pw)) -struct zebra_pw *zebra_pw_add(struct zebra_vrf *, const char *, - uint8_t, struct zserv *); +struct zebra_pw *zebra_pw_add(struct zebra_vrf *, const char *, uint8_t, + struct zserv *); void zebra_pw_del(struct zebra_vrf *, struct zebra_pw *); void zebra_pw_change(struct zebra_pw *, ifindex_t, int, int, union g_addr *, uint32_t, uint32_t, uint8_t, union pw_protocol_fields *); |
