summaryrefslogtreecommitdiff
path: root/sysdep/unix/krt-set.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-12-08 16:20:13 +0000
committerMartin Mares <mj@ucw.cz>1998-12-08 16:20:13 +0000
commitf39e4713c270752d7bbfcc8115a7ea7f589c3997 (patch)
tree3ec3307d6b9cd6d75a3eca373941aef4f447afab /sysdep/unix/krt-set.h
parent04925e9040330afc92f8001e6a19ae2146e36782 (diff)
Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterday
and does things "the right way". Few things are still missing (device routes etc.), I'll add them later in the evening.
Diffstat (limited to 'sysdep/unix/krt-set.h')
-rw-r--r--sysdep/unix/krt-set.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdep/unix/krt-set.h b/sysdep/unix/krt-set.h
index a2107e12..214d91ac 100644
--- a/sysdep/unix/krt-set.h
+++ b/sysdep/unix/krt-set.h
@@ -12,8 +12,8 @@
struct krt_set_params {
};
-void krt_remove_route(net *net, rte *old);
-void krt_add_route(net *net, rte *new);
-int krt_capable(net *net, rte *e);
+void krt_remove_route(rte *old);
+void krt_add_route(rte *new);
+int krt_capable(rte *e);
#endif