summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-02-24 00:13:27 +0100
committerOndrej Filip <feela@network.cz>2000-02-24 00:13:27 +0100
commit6fa948d6c5abd0620836f66c654354ce38936f3a (patch)
treec4612f4afd228033f1eb4a5f401fed94fa488abc /proto
parente6fcf113eca687d4dd888ef41033114ec8be82b9 (diff)
downloadbird-6fa948d6c5abd0620836f66c654354ce38936f3a.tar
bird-6fa948d6c5abd0620836f66c654354ce38936f3a.zip
Better debugging.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/iface.h2
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);