From 0b82e8e81e887843011c8771f70d2302901f7e5e Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI Date: Tue, 24 Jul 2007 05:47:40 +0000 Subject: Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() --- include/xtables.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/xtables.h') diff --git a/include/xtables.h b/include/xtables.h index 6ef13fe1..97395f3f 100644 --- a/include/xtables.h +++ b/include/xtables.h @@ -4,4 +4,7 @@ extern void *fw_calloc(size_t count, size_t size); extern void *fw_malloc(size_t size); +extern const char *modprobe; +extern int xtables_insmod(const char *modname, const char *modprobe, int quiet); + #endif /* _XTABLES_H */ -- cgit v1.2.3