summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJamal Hadi Salim <hadi@cyberus.ca>2009-02-13 10:42:24 -0500
committerJan Engelhardt <jengelh@medozas.de>2009-02-13 17:10:18 +0100
commit5dd19de34380c91ad07bbe79a34726e59891cf54 (patch)
tree03561c2d4a42da2ac8bd9d5e7e3625c1eff071ee /include
parent7e4db2f50133007f549f222468bde4f3adcf41ac (diff)
libxtables: general follow-up cleanup
Kill program_name, program_version and xtables_program_name. Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
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 4ab0ecbe..b5f1af27 100644
--- a/include/xtables.h.in
+++ b/include/xtables.h.in
@@ -192,7 +192,6 @@ struct xtables_globals
void (*exit_err)(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, format(printf,2,3)));
};
-extern const char *xtables_program_name;
extern const char *xtables_modprobe_program;
extern struct xtables_match *xtables_matches;
extern struct xtables_target *xtables_targets;