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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdep/unix/krt-iface.h b/sysdep/unix/krt-iface.h
index 48075d6..9e12bcc 100644
--- a/sysdep/unix/krt-iface.h
+++ b/sysdep/unix/krt-iface.h
@@ -17,6 +17,7 @@ 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; }
+static inline int kif_params_same(struct krt_if_params *old UNUSED, struct krt_if_params *new UNUSED) { return 1; }
+static inline void kif_copy_params(struct krt_if_params *dest UNUSED, struct krt_if_params *src UNUSED) { }
#endif