summaryrefslogtreecommitdiffstats
path: root/include/xtables.h
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 05:47:40 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 05:47:40 +0000
commit0b82e8e81e887843011c8771f70d2302901f7e5e (patch)
treeb7e92675bb3d9f8ba81649079770bda715d8ecdd /include/xtables.h
parent3dfa4488b032fc32aaf2470f48ac1fc3a534794f (diff)
Moves ip[6]tables_insmod() to xtables.c as xtables_insmod()
Diffstat (limited to 'include/xtables.h')
-rw-r--r--include/xtables.h3
1 files changed, 3 insertions, 0 deletions
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 */