diff options
author | Maria Matejka <mq@ucw.cz> | 2022-02-01 14:54:03 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-02-03 10:30:33 +0100 |
commit | 09380db594e1befb991be626b36783cae525d823 (patch) | |
tree | 5d25786a91ba65b2f2a0f011a45549ba64b37308 /nest/iface.h | |
parent | c019008383a439b5e5cf46dc71f902f335a0a9df (diff) |
Neighbor prune fixup
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/iface.h b/nest/iface.h index 6e8c8448..87ad86cf 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -160,7 +160,7 @@ neighbor *neigh_find(struct proto *p, ip_addr a, struct iface *ifa, uint flags); void neigh_dump(neighbor *); void neigh_dump_all(void); -void neigh_prune(void); +void neigh_prune(struct proto *p); void neigh_if_up(struct iface *); void neigh_if_down(struct iface *); void neigh_if_link(struct iface *); |