From d1f7eab6b5f1bd86a47402cb8fdb5cbcedc8947f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 13 Feb 1999 21:58:53 +0000 Subject: Parameter order for the proto->if_notify hook was different in the include file and different in reality. Decided to use the same order as we do for proto->rt_notify (i.e., first new value and second the old one). --- proto/rip/rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip/rip.c') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 294206b..1249294 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -497,7 +497,7 @@ new_iface(struct proto *p, struct iface *new, unsigned long flags) } static void -rip_if_notify(struct proto *p, unsigned c, struct iface *old, struct iface *new) +rip_if_notify(struct proto *p, unsigned c, struct iface *new, struct iface *old) { DBG( "RIP: if notify\n" ); if (old) { -- cgit v1.2.3