summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
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];