diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-01 20:05:58 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-01 20:05:58 +0100 |
commit | 025d14cd5a0909b534762e5a50bfef97c2b4c9ee (patch) | |
tree | a6aa8a4dd6d28364ba4e549bcd9aedbb7095178d /sysdep/unix/krt.h | |
parent | 12be9b8c1870ab8813d29350a2e2743f8e144642 (diff) | |
download | bird-025d14cd5a0909b534762e5a50bfef97c2b4c9ee.tar bird-025d14cd5a0909b534762e5a50bfef97c2b4c9ee.zip |
Use traditional Unix route/iface interface only when CONFIG_NETLINK
is not defined. Also moved declarations of Unix iface logic to krt.h.
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r-- | sysdep/unix/krt.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 *); |