# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * router.h - ip router | |
3 | * | |
4 | < | * Basilisk II (C) 1997-2001 Christian Bauer |
4 | > | * Basilisk II (C) 1997-2008 Christian Bauer |
5 | * | |
6 | * Windows platform specific code copyright (C) Lauri Pesonen | |
7 | * | |
# | Line 44 | Line 44 | extern bool raw_sockets_available; | |
44 | ||
45 | ||
46 | // Interface exposed to ether_windows module. | |
47 | < | extern bool m_router_enabled; |
48 | < | void router_init(void); |
47 | > | bool router_init(void); |
48 | void router_final(void); | |
49 | ||
50 | // Both of these return true if the ethernet module should drop the packet. |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |