update to 1.4.7 and change repositoyry layout as this is easier to maintain
[iptables.git] / include / linux / netfilter / xt_connlimit.h
diff --git a/include/linux/netfilter/xt_connlimit.h b/include/linux/netfilter/xt_connlimit.h
deleted file mode 100644 (file)
index 90ae8b4..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _XT_CONNLIMIT_H
-#define _XT_CONNLIMIT_H
-
-struct xt_connlimit_data;
-
-struct xt_connlimit_info {
-       union {
-               u_int32_t v4_mask;
-               u_int32_t v6_mask[4];
-       };
-       unsigned int limit, inverse;
-
-       /* this needs to be at the end */
-       struct xt_connlimit_data *data __attribute__((aligned(8)));
-};
-
-#endif /* _XT_CONNLIMIT_H */