From 10d807d000155a6257f6fbad88eb72a8bf9045da Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 5 Feb 1999 21:38:50 +0000 Subject: Synced kernel interface to new interface. --- sysdep/unix/krt-iface.h | 5 ++++- 1 file changed, 4 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 95cfff8..87c8851 100644 --- a/sysdep/unix/krt-iface.h +++ b/sysdep/unix/krt-iface.h @@ -1,7 +1,7 @@ /* * BIRD -- Unix Kernel Interface Syncer -- Setting Parameters * - * (c) 1998 Martin Mares + * (c) 1998--1999 Martin Mares * * Can be freely distributed and used under the terms of the GNU GPL. */ @@ -13,4 +13,7 @@ struct krt_if_params { int scan_time; }; +struct krt_if_status { +}; + #endif -- cgit v1.2.3