Module Name: src Committed By: joerg Date: Tue Jun 7 22:51:32 UTC 2011
Modified Files: src/sys/netinet: tcp_vtw.h Log Message: Be a bit cleaner and reduce the amount of namespace pollution To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/netinet/tcp_vtw.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/netinet/tcp_vtw.h diff -u src/sys/netinet/tcp_vtw.h:1.4 src/sys/netinet/tcp_vtw.h:1.5 --- src/sys/netinet/tcp_vtw.h:1.4 Mon Jun 6 19:15:43 2011 +++ src/sys/netinet/tcp_vtw.h Tue Jun 7 22:51:32 2011 @@ -387,9 +387,11 @@ 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 {