ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/router/router.h
(Generate patch)

Comparing BasiliskII/src/Windows/router/router.h (file contents):
Revision 1.1 by gbeauche, 2004-12-05T16:48:36Z vs.
Revision 1.3 by gbeauche, 2008-01-01T09:40:34Z

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines