linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / net / tc_act / tc_ipt.h
index cb37ad0..02ecceb 100644 (file)
@@ -3,14 +3,14 @@
 
 #include <net/act_api.h>
 
-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