From bb027be1e232ca2207a03a8e001441965cc07801 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 31 May 1999 18:55:35 +0000 Subject: Added extra argument to rt_update hook which contains a pointer to the temporary attribute list. --- proto/rip/rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 8d81486..446f310 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -528,7 +528,7 @@ rip_if_notify(struct proto *p, unsigned c, struct iface *iface) } static void -rip_rt_notify(struct proto *p, struct network *net, struct rte *new, struct rte *old) +rip_rt_notify(struct proto *p, struct network *net, struct rte *new, struct rte *old, struct ea_list *tmpa) { CHK_MAGIC; -- cgit v1.2.3