X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Ftc_act%2Ftc_ipt.h;h=02eccebd55ae50508cb28f083df59aa068fda746;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=cb37ad08427faca6d51ac7975c4108fdb6822f71;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/net/tc_act/tc_ipt.h b/include/net/tc_act/tc_ipt.h index cb37ad084..02eccebd5 100644 --- a/include/net/tc_act/tc_ipt.h +++ b/include/net/tc_act/tc_ipt.h @@ -3,14 +3,14 @@ #include -struct xt_entry_target; +struct ipt_entry_target; struct tcf_ipt { tca_gen(ipt); u32 hook; char *tname; - struct xt_entry_target *t; + struct ipt_entry_target *t; }; #endif