Be a bit cleaner and reduce the amount of namespace pollution

This commit is contained in:
joerg 2011-06-07 22:51:32 +00:00
parent a9c099f5bf
commit 20443a4138

View File

@ -387,9 +387,11 @@ typedef struct vestigial_inpcb {
struct vtw_ctl *ctl;
} vestigial_inpcb_t;
#ifdef _KERNEL
void vtw_restart(vestigial_inpcb_t*);
int vtw_earlyinit(void);
int sysctl_tcp_vtw_enable(SYSCTLFN_PROTO);
#endif /* _KERNEL */
#ifdef VTW_DEBUG
typedef struct sin_either {