# | 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 |