diff options
Diffstat (limited to 'nest/rt-dev.c')
-rw-r--r-- | nest/rt-dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-dev.c b/nest/rt-dev.c index b6e8d70..ebe3a1a 100644 --- a/nest/rt-dev.c +++ b/nest/rt-dev.c @@ -21,7 +21,7 @@ struct proto_config *cf_dev_proto; static void -dev_if_notify(struct proto *p, unsigned c, struct iface *old, struct iface *new) +dev_if_notify(struct proto *p, unsigned c, struct iface *new, struct iface *old) { struct rt_dev_config *P = (void *) p->cf; |