summaryrefslogtreecommitdiffstats
path: root/include/iptables_common.h
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org>2007-03-20 15:51:41 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org>2007-03-20 15:51:41 +0000
commitd2fc6660805db60d8557cfae3d3e7184263f4f24 (patch)
treee2341d28d45d2c49d36527adea2f09efffc64099 /include/iptables_common.h
parentde074e9dda1e0c6b635027709ccd5e3b5c9be5c3 (diff)
Fixes typos in the argument of ip[6]tables_insmod: quit -> quiet
Diffstat (limited to 'include/iptables_common.h')
-rw-r--r--include/iptables_common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/iptables_common.h b/include/iptables_common.h
index 0852906..3b29327 100644
--- a/include/iptables_common.h
+++ b/include/iptables_common.h
@@ -27,8 +27,9 @@ 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 quit);
-extern int load_iptables_ko(const char *modprobe, int quit);
+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)));
extern const char *program_name, *program_version;