Be a bit cleaner and reduce the amount of namespace pollution
This commit is contained in:
parent
a9c099f5bf
commit
20443a4138
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user