]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Better debugging.
authorOndrej Filip <feela@network.cz>
Wed, 23 Feb 2000 23:13:27 +0000 (23:13 +0000)
committerOndrej Filip <feela@network.cz>
Wed, 23 Feb 2000 23:13:27 +0000 (23:13 +0000)
proto/ospf/iface.h

index eda5a0432f704f7cf99aaf2906cc2a000d1c2370..d46cf5d0713a1a9c2b1d22cd1f143ed5945c2f0e 100644 (file)
@@ -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);