From 025d14cd5a0909b534762e5a50bfef97c2b4c9ee Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 1 Mar 1999 19:05:58 +0000 Subject: Use traditional Unix route/iface interface only when CONFIG_NETLINK is not defined. Also moved declarations of Unix iface logic to krt.h. --- sysdep/unix/krt.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysdep/unix/krt.h') diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index 9b630b2..cebf335 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -56,6 +56,11 @@ void krt_set_shutdown(struct krt_proto *); /* sync-if.c */ +extern int if_scan_sock; +extern int if_scan_period; + +void scan_if_init(void); + void krt_if_preconfig(struct krt_config *); void krt_if_start(struct krt_proto *); void krt_if_shutdown(struct krt_proto *); -- cgit v1.2.3