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 7b13c7e16b..19f0f8181b 100644 --- a/zebra/zebra_pw.h +++ b/zebra/zebra_pw.h @@ -63,8 +63,8 @@ RB_PROTOTYPE(zebra_pw_head, zebra_pw, pw_entry, zebra_pw_compare); RB_HEAD(zebra_static_pw_head, zebra_pw); 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)) +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 *zvrf, const char *ifname, uint8_t protocol, struct zserv *client); |
