GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / net / netns / dccp.h
blob98d2a7ce1f710cb87a3fc723ae1474508cf92518
1 #ifndef __NETNS_DCCP_H__
2 #define __NETNS_DCCP_H__
4 struct sock;
6 struct netns_dccp {
7 struct sock *v4_ctl_sk;
8 struct sock *v6_ctl_sk;
9 };
11 #endif