summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-06-16 18:25:25 +0000
committerHarald Welte <laforge@gnumonks.org>2001-06-16 18:25:25 +0000
commit58918654563975e7bf3a6ec26af92a3bc222c229 (patch)
treecb16b31352e4c8f548b03988c2bf7c01d1c474cb /iptables.c
parent058eaad25715db2a1915bef283705b7d14868a67 (diff)
Added support for iptables-restore module-load-on-demand (a. van schie)
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables.c b/iptables.c
index 5e7db06f..e8ac2654 100644
--- a/iptables.c
+++ b/iptables.c
@@ -1551,7 +1551,7 @@ static char *get_modprobe(void)
return NULL;
}
-static int iptables_insmod(const char *modname, const char *modprobe)
+int iptables_insmod(const char *modname, const char *modprobe)
{
char *buf = NULL;
char *argv[3];