summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-02-21 02:48:11 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-02-21 02:48:11 +0100
commitbddcb92d1f0f76d21c4469b1667c8199c9fab126 (patch)
treef92185919d71748b2b68f36c33fe2a8c41105be6 /include
parent1791a45b279db742d6de35ea8dc1ad9dda4acb73 (diff)
libxtables: inline and remove unused OPTION_OFFSET macro
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include')
-rw-r--r--include/xtables.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xtables.h.in b/include/xtables.h.in
index b5f1af27..c4d2b922 100644
--- a/include/xtables.h.in
+++ b/include/xtables.h.in
@@ -235,7 +235,6 @@ int xtables_check_inverse(const char option[], int *invert,
int *my_optind, int argc);
extern struct xtables_globals *xt_params;
#define exit_error xt_params->exit_err
-#define OPTION_OFFSET 256
extern void xtables_param_act(unsigned int, const char *, ...);