diff options
author | Martin Mares <mj@ucw.cz> | 1999-02-05 21:38:50 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-02-05 21:38:50 +0000 |
commit | 10d807d000155a6257f6fbad88eb72a8bf9045da (patch) | |
tree | d5a5d175b49efa2585a7e8aa3dd9b0114a9d01be /sysdep/unix/krt-iface.h | |
parent | e9e3dc265971fbf985c5df09cb1d98494c386581 (diff) |
Synced kernel interface to new interface.
Diffstat (limited to 'sysdep/unix/krt-iface.h')
-rw-r--r-- | sysdep/unix/krt-iface.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdep/unix/krt-iface.h b/sysdep/unix/krt-iface.h index 95cfff8c..87c88515 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 <mj@ucw.cz> + * (c) 1998--1999 Martin Mares <mj@ucw.cz> * * 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 |