summaryrefslogtreecommitdiffstats
path: root/include/libiptc
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-08-04 12:47:48 +0200
committerPatrick McHardy <kaber@trash.net>2008-08-04 12:47:48 +0200
commitef18e8147903885708d1c264904129af4fb636d6 (patch)
tree66859f8b391ba7b4be375d6f54195ad3e4a5e789 /include/libiptc
parentd9842a6d4650ebf11248c0681ff136771bc7aa14 (diff)
src: remove dependency on libiptc headers
xtables.h does not need really need libxtc.h, and we can drop it from the install as it is internal-only. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/libiptc')
-rw-r--r--include/libiptc/libxtc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libiptc/libxtc.h b/include/libiptc/libxtc.h
index 031afb54..37010188 100644
--- a/include/libiptc/libxtc.h
+++ b/include/libiptc/libxtc.h
@@ -20,8 +20,6 @@ extern "C" {
#define XT_ALIGN(s) (((s) + ((XT_MIN_ALIGN)-1)) & ~((XT_MIN_ALIGN)-1))
#endif
-typedef char xt_chainlabel[32];
-
#define XTC_LABEL_ACCEPT "ACCEPT"
#define XTC_LABEL_DROP "DROP"
#define XTC_LABEL_QUEUE "QUEUE"