GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / netfilter_ipv4 / ipt_geoip.h
blob1feeedffa62cb45f83e15f256ebc7184de483130
1 /* ipt_geoip.h header file for libipt_geoip.c and ipt_geoip.c
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; either version 2 of the License, or
6 * (at your option) any later version.
8 * Copyright (c) 2004 Cookinglinux
9 */
10 #ifndef _IPT_GEOIP_H
11 #define _IPT_GEOIP_H
13 #include <linux/netfilter/xt_geoip.h>
15 #define IPT_GEOIP_SRC XT_GEOIP_SRC
16 #define IPT_GEOIP_DST XT_GEOIP_DST
17 #define IPT_GEOIP_INV XT_GEOIP_INV
18 #define IPT_GEOIP_MAX XT_GEOIP_MAX
20 #define ipt_geoip_info xt_geoip_match_info
22 #endif
24 /* End of ipt_geoip.h */