summaryrefslogtreecommitdiffstats
path: root/include/iptables_common.h
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org>2004-12-27 19:49:28 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org>2004-12-27 19:49:28 +0000
commit5274b478e6898d79dd021e5d9a5289cb497d4773 (patch)
tree9bb6930f2d5d2398e4ccc1ef6dd7d7539d8ff7ef /include/iptables_common.h
parentbb05984cd30d618b41e8774a28e5d88f812977b8 (diff)
Fix setting lib_dir in ip*tables-{save,restore}
Diffstat (limited to 'include/iptables_common.h')
-rw-r--r--include/iptables_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/iptables_common.h b/include/iptables_common.h
index ca65594..db5e93f 100644
--- a/include/iptables_common.h
+++ b/include/iptables_common.h
@@ -26,6 +26,7 @@ extern int iptables_insmod(const char *modname, const char *modprobe);
void exit_error(enum exittype, char *, ...)__attribute__((noreturn,
format(printf,2,3)));
extern const char *program_name, *program_version;
+extern char *lib_dir;
#ifdef NO_SHARED_LIBS
# ifdef _INIT