From af847acc27978cf48721aafbacab70e48f42ede7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 26 May 1998 21:46:38 +0000 Subject: Whee, multicast sockets work! Implemented recurrent timers. --- sysdep/unix/unix.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sysdep/unix/unix.h') diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h index 2f98fcf..127101e 100644 --- a/sysdep/unix/unix.h +++ b/sysdep/unix/unix.h @@ -13,5 +13,13 @@ void io_init(void); void io_loop(void); +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 -- cgit v1.2.3