summaryrefslogtreecommitdiffstats
path: root/sysdep/linux/netlink/krt-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/linux/netlink/krt-set.h')
-rw-r--r--sysdep/linux/netlink/krt-set.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdep/linux/netlink/krt-set.h b/sysdep/linux/netlink/krt-set.h
index 48df5ec..4f35e09 100644
--- a/sysdep/linux/netlink/krt-set.h
+++ b/sysdep/linux/netlink/krt-set.h
@@ -1,7 +1,7 @@
/*
* BIRD -- Unix Kernel Netlink Route Syncer -- Dummy Include File
*
- * (c) 1998--1999 Martin Mares <mj@ucw.cz>
+ * (c) 1998--2000 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
@@ -22,5 +22,6 @@ struct krt_set_status {
static inline void krt_set_construct(struct krt_config *c) { };
static inline void krt_set_start(struct krt_proto *p, int first) { };
static inline void krt_set_shutdown(struct krt_proto *p, int last) { };
+static inline int krt_set_params_same(struct krt_set_params *o, struct krt_set_params *n) { return 1; }
#endif