[NETFILTER]: nfnetlink: move EXPORT_SYMBOL declarations next to the exported symbol
[linux-2.6.git] / include / linux / netfilter / xt_pkttype.h
blobf265cf52faea2bc9df28a1417cda32b96cbaf27c
1 #ifndef _XT_PKTTYPE_H
2 #define _XT_PKTTYPE_H
4 struct xt_pkttype_info {
5 int pkttype;
6 int invert;
7 };
8 #endif /*_XT_PKTTYPE_H*/