diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-26 21:46:38 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-26 21:46:38 +0000 |
commit | af847acc27978cf48721aafbacab70e48f42ede7 (patch) | |
tree | f50833bcf15d71b9d6d7c4590da02ecc584b11da /sysdep/unix/unix.h | |
parent | 140f03410500420a4b44e62a98896a29c99a2b00 (diff) |
Whee, multicast sockets work!
Implemented recurrent timers.
Diffstat (limited to 'sysdep/unix/unix.h')
-rw-r--r-- | sysdep/unix/unix.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h index 2f98fcf6..127101e7 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 |