diff options
author | Yasuyuki KOZAKAI <yasuyuki@netfilter.org> | 2007-07-24 05:47:40 +0000 |
---|---|---|
committer | Yasuyuki KOZAKAI <yasuyuki@netfilter.org> | 2007-07-24 05:47:40 +0000 |
commit | 0b82e8e81e887843011c8771f70d2302901f7e5e (patch) | |
tree | b7e92675bb3d9f8ba81649079770bda715d8ecdd /include/iptables_common.h | |
parent | 3dfa4488b032fc32aaf2470f48ac1fc3a534794f (diff) |
Moves ip[6]tables_insmod() to xtables.c as xtables_insmod()
Diffstat (limited to 'include/iptables_common.h')
-rw-r--r-- | include/iptables_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/iptables_common.h b/include/iptables_common.h index 3b29327b..3b61e72d 100644 --- a/include/iptables_common.h +++ b/include/iptables_common.h @@ -27,8 +27,6 @@ extern int string_to_number_ll(const char *, unsigned long long int, unsigned long long int, unsigned long long *); -extern int -iptables_insmod(const char *modname, const char *modprobe, int quiet); extern int load_iptables_ko(const char *modprobe, int quiet); void exit_error(enum exittype, char *, ...)__attribute__((noreturn, format(printf,2,3))); |