summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorMartin Josefsson <gandalf@wlug.westbo.se>2004-05-26 15:43:33 +0000
committerMartin Josefsson <gandalf@wlug.westbo.se>2004-05-26 15:43:33 +0000
commit1f661e3c268496d72d4de73bac7a86920a508cce (patch)
tree5ddc1a5a242ad068638145589b5043894d3dbedc /extensions
parent66aea6f49c1ae231917d537269b2f21e9903c374 (diff)
What is this doing here? Go away.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libipt_MARK.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/libipt_MARK.c b/extensions/libipt_MARK.c
index 08630419..0a96e39f 100644
--- a/extensions/libipt_MARK.c
+++ b/extensions/libipt_MARK.c
@@ -8,11 +8,6 @@
#include <linux/netfilter_ipv4/ip_tables.h>
#include <linux/netfilter_ipv4/ipt_MARK.h>
-struct markinfo {
- struct ipt_entry_target t;
- struct ipt_mark_target_info mark;
-};
-
/* Function which prints out usage message. */
static void
help(void)