summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/krt-set.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-02-05 22:38:50 +0100
committerMartin Mares <mj@ucw.cz>1999-02-05 22:38:50 +0100
commit10d807d000155a6257f6fbad88eb72a8bf9045da (patch)
treed5a5d175b49efa2585a7e8aa3dd9b0114a9d01be /sysdep/unix/krt-set.h
parente9e3dc265971fbf985c5df09cb1d98494c386581 (diff)
downloadbird-10d807d000155a6257f6fbad88eb72a8bf9045da.tar
bird-10d807d000155a6257f6fbad88eb72a8bf9045da.zip
Synced kernel interface to new interface.
Diffstat (limited to 'sysdep/unix/krt-set.h')
-rw-r--r--sysdep/unix/krt-set.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysdep/unix/krt-set.h b/sysdep/unix/krt-set.h
index 214d91a..53b1146 100644
--- a/sysdep/unix/krt-set.h
+++ b/sysdep/unix/krt-set.h
@@ -1,7 +1,7 @@
/*
* BIRD -- Unix Kernel Route Syncer -- Setting Parameters
*
- * (c) 1998 Martin Mares <mj@ucw.cz>
+ * (c) 1998--1999 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
@@ -12,8 +12,12 @@
struct krt_set_params {
};
+struct krt_set_status {
+};
+
void krt_remove_route(rte *old);
void krt_add_route(rte *new);
int krt_capable(rte *e);
+void krt_set_notify(struct proto *x, net *net, rte *new, rte *old);
#endif