summaryrefslogtreecommitdiff
path: root/nest/iface.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-02-01 14:54:03 +0100
committerMaria Matejka <mq@ucw.cz>2022-02-03 10:30:33 +0100
commit09380db594e1befb991be626b36783cae525d823 (patch)
tree5d25786a91ba65b2f2a0f011a45549ba64b37308 /nest/iface.h
parentc019008383a439b5e5cf46dc71f902f335a0a9df (diff)
Neighbor prune fixup
Diffstat (limited to 'nest/iface.h')
-rw-r--r--nest/iface.h2
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 *);