summaryrefslogtreecommitdiffstats
path: root/proto/ospf/hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/hello.h')
-rw-r--r--proto/ospf/hello.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/hello.h b/proto/ospf/hello.h
index 3675c05..0e47669 100644
--- a/proto/ospf/hello.h
+++ b/proto/ospf/hello.h
@@ -12,7 +12,7 @@
void ospf_hello_receive(struct ospf_packet *ps_i, struct ospf_iface *ifa,
struct ospf_neighbor *n, ip_addr faddr);
-void ospf_hello_send(timer *timer, int kind, struct ospf_neighbor *dirn);
+void ospf_hello_send(struct ospf_iface *ifa, int kind, struct ospf_neighbor *dirn);
#define OHS_HELLO 0
#define OHS_POLL 1