diff options
author | Yasuyuki KOZAKAI <yasuyuki@netfilter.org> | 2007-03-13 08:17:59 +0000 |
---|---|---|
committer | Yasuyuki KOZAKAI <yasuyuki@netfilter.org> | 2007-03-13 08:17:59 +0000 |
commit | 0e9480b864a16400fc3572719b05f01f300026ab (patch) | |
tree | f42f735b00dc0c6a783de2b7c0b2fd056ce3bae8 /include/iptables_common.h | |
parent | 191e3ffccbea68fa927720a8ef8f8b0a437c1f41 (diff) |
Supress error message from modprobe on checking revision.
Diffstat (limited to 'include/iptables_common.h')
-rw-r--r-- | include/iptables_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/iptables_common.h b/include/iptables_common.h index 6f7e4295..08529064 100644 --- a/include/iptables_common.h +++ b/include/iptables_common.h @@ -27,8 +27,8 @@ 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); -extern int load_iptables_ko(const char *modprobe); +extern int iptables_insmod(const char *modname, const char *modprobe, int quit); +extern int load_iptables_ko(const char *modprobe, int quit); void exit_error(enum exittype, char *, ...)__attribute__((noreturn, format(printf,2,3))); extern const char *program_name, *program_version; |