summaryrefslogtreecommitdiffstats
path: root/include/iptables_common.h
diff options
context:
space:
mode:
authorMartin Josefsson <gandalf@wlug.westbo.se>2004-12-27 19:49:28 +0000
committerMartin Josefsson <gandalf@wlug.westbo.se>2004-12-27 19:49:28 +0000
commit357d59dcfcbd125e2aa8c07b30cea9635efec2a7 (patch)
tree9bb6930f2d5d2398e4ccc1ef6dd7d7539d8ff7ef /include/iptables_common.h
parent70f758db30e46d084397d89bfb670274b0288ac8 (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 ca65594e..db5e93f6 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