From ef18e8147903885708d1c264904129af4fb636d6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 4 Aug 2008 12:47:48 +0200 Subject: 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 Signed-off-by: Patrick McHardy --- include/libiptc/libxtc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/libiptc') 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" -- cgit v1.2.3