summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/krt-iface.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-01-17 12:17:33 +0100
committerMartin Mares <mj@ucw.cz>2000-01-17 12:17:33 +0100
commitf7fcb752520759ab3aed274ca608e8e6f96665c8 (patch)
tree1697ba3e07ec676c52984974f76c726e3b3bad5e /sysdep/unix/krt-iface.h
parent0ec90e9fc6f6bec2d0b64f6b9711a6d3edb4bd52 (diff)
downloadbird-f7fcb752520759ab3aed274ca608e8e6f96665c8.tar
bird-f7fcb752520759ab3aed274ca608e8e6f96665c8.zip
Reconfiguration for device protocol.
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