diff options
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/iface.h b/nest/iface.h index fcad7187..8677be0d 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -53,8 +53,10 @@ void if_init(void); void if_dump(struct iface *); void if_dump_all(void); void if_update(struct iface *); +void if_start_update(void); void if_end_update(void); void if_feed_baby(struct proto *); +struct iface *if_find_by_index(unsigned); /* * Neighbor Cache. We hold (direct neighbor, protocol) pairs we've seen |