summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/krt-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/unix/krt-set.h')
-rw-r--r--sysdep/unix/krt-set.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdep/unix/krt-set.h b/sysdep/unix/krt-set.h
index 3b906ba..a2107e1 100644
--- a/sysdep/unix/krt-set.h
+++ b/sysdep/unix/krt-set.h
@@ -12,4 +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);
+
#endif