summaryrefslogtreecommitdiffstats
path: root/include/ip6tables.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/ip6tables.h
parentde074e9dda1e0c6b635027709ccd5e3b5c9be5c3 (diff)
Fixes typos in the argument of ip[6]tables_insmod: quit -> quiet
Diffstat (limited to 'include/ip6tables.h')
-rw-r--r--include/ip6tables.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ip6tables.h b/include/ip6tables.h
index 89bdd54..8afe2ce 100644
--- a/include/ip6tables.h
+++ b/include/ip6tables.h
@@ -174,7 +174,8 @@ extern void parse_interface(const char *arg, char *vianame, unsigned char *mask)
extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *), int verbose, int builtinstoo, ip6tc_handle_t *handle);
extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
-extern int ip6tables_insmod(const char *modname, const char *modprobe, int quit);
-extern int load_ip6tables_ko(const char *modprobe, int quit);
+extern int
+ip6tables_insmod(const char *modname, const char *modprobe, int quiet);
+extern int load_ip6tables_ko(const char *modprobe, int quiet);
#endif /*_IP6TABLES_USER_H*/