From 6f7f2225bf32f3a85e6e25a7a7d43f639edcf55a Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" 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 6ef13fe..97395f3 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