diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-01 19:05:58 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-01 19:05:58 +0000 |
commit | 025d14cd5a0909b534762e5a50bfef97c2b4c9ee (patch) | |
tree | a6aa8a4dd6d28364ba4e549bcd9aedbb7095178d /sysdep/unix/unix.h | |
parent | 12be9b8c1870ab8813d29350a2e2743f8e144642 (diff) |
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/unix.h')
-rw-r--r-- | sysdep/unix/unix.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h index e5271021..7b338714 100644 --- a/sysdep/unix/unix.h +++ b/sysdep/unix/unix.h @@ -26,11 +26,4 @@ void io_loop(void); void fill_in_sockaddr(struct sockaddr_in *sa, ip_addr a, unsigned port); void get_sockaddr(struct sockaddr_in *sa, ip_addr *a, unsigned *port); -/* sync-if.c */ - -extern int if_scan_sock; -extern int if_scan_period; - -void scan_if_init(void); - #endif |