diff options
Diffstat (limited to 'proto/ospf/iface.h')
-rw-r--r-- | proto/ospf/iface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/iface.h b/proto/ospf/iface.h index eda5a04..d46cf5d 100644 --- a/proto/ospf/iface.h +++ b/proto/ospf/iface.h @@ -16,7 +16,7 @@ void ospf_int_sm(struct ospf_iface *ifa, int event); sock *ospf_open_mc_socket(struct ospf_iface *ifa); sock *ospf_open_ip_socket(struct ospf_iface *ifa); u8 is_good_iface(struct proto *p, struct iface *iface); -u8 ospf_iface_clasify(struct iface *ifa); +u8 ospf_iface_clasify(struct iface *ifa, struct proto *p); void ospf_add_timers(struct ospf_iface *ifa, pool *pool); void ospf_iface_default(struct ospf_iface *ifa); struct ospf_iface *find_iface(struct proto_ospf *p, struct iface *what); |