7 lines
85 B
C
7 lines
85 B
C
|
#ifndef __NETNS_CONNTRACK_H
|
||
|
#define __NETNS_CONNTRACK_H
|
||
|
|
||
|
struct netns_ct {
|
||
|
};
|
||
|
#endif
|