summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/krt-iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/unix/krt-iface.h')
-rw-r--r--sysdep/unix/krt-iface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdep/unix/krt-iface.h b/sysdep/unix/krt-iface.h
index b27e86d..48075d6 100644
--- a/sysdep/unix/krt-iface.h
+++ b/sysdep/unix/krt-iface.h
@@ -1,7 +1,7 @@
/*
* BIRD -- Unix Kernel Interface Syncer
*
- * (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.
*/
@@ -17,4 +17,6 @@ struct krt_if_status {
extern int if_scan_sock;
+static inline int kif_params_same(struct krt_if_params *old, struct krt_if_params *new) { return 1; }
+
#endif