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.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysdep/unix/krt-iface.h b/sysdep/unix/krt-iface.h
new file mode 100644
index 0000000..95cfff8
--- /dev/null
+++ b/sysdep/unix/krt-iface.h
@@ -0,0 +1,16 @@
+/*
+ * BIRD -- Unix Kernel Interface Syncer -- Setting Parameters
+ *
+ * (c) 1998 Martin Mares <mj@ucw.cz>
+ *
+ * Can be freely distributed and used under the terms of the GNU GPL.
+ */
+
+#ifndef _BIRD_KRT_IFACE_H_
+#define _BIRD_KRT_IFACE_H_
+
+struct krt_if_params {
+ int scan_time;
+};
+
+#endif