summaryrefslogtreecommitdiffstats
path: root/include/xtables
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-27 15:59:06 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-01-27 23:14:30 +0100
commit39bf9c8214d3073a496a8a1eff91046a8d6fbbdf (patch)
tree2dd9a61eb114cdaaa6fe44f895784f112d24ca56 /include/xtables
parent2338efd8f799d8373dc196c797bda9690283b698 (diff)
libxtables: prefix/order - libdir
Consolidate the libdir variable initialization code into xtables.c. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/xtables')
-rw-r--r--include/xtables/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xtables/internal.h b/include/xtables/internal.h
index 60375cd1..21c4401f 100644
--- a/include/xtables/internal.h
+++ b/include/xtables/internal.h
@@ -26,8 +26,6 @@ struct afinfo {
int so_rev_target;
};
-extern char *lib_dir;
-
/* This is decleared in ip[6]tables.c */
extern struct afinfo afinfo;