From f7fcb752520759ab3aed274ca608e8e6f96665c8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 17 Jan 2000 11:17:33 +0000 Subject: Reconfiguration for device protocol. --- sysdep/unix/krt-iface.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysdep/unix/krt-iface.h') 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 + * (c) 1998--2000 Martin Mares * * 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 -- cgit v1.2.3