allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / linux / netfilter_ipv4 / ipt_layer7.h
blob4c1768e0fe4ce0cc9316fda22b79941431e9ceed
1 /*
2 By Matthew Strait <quadong@users.sf.net>, Dec 2003.
3 http://l7-filter.sf.net
5 This program is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public License
7 as published by the Free Software Foundation; either version
8 2 of the License, or (at your option) any later version.
9 http://www.gnu.org/licenses/gpl.txt
12 #ifndef _IPT_LAYER7_H
13 #define _IPT_LAYER7_H
15 #include <linux/netfilter/xt_layer7.h>
17 typedef char *(*proc_ipt_search) (char *, char, char *);
19 #define ipt_layer7_info xt_layer7_info
21 #endif /* _IPT_LAYER7_H */