summaryrefslogtreecommitdiffstats
path: root/include/iptables.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-12-05 10:10:22 -0800
committerStephen Hemminger <shemminger@osdl.org>2006-12-05 10:10:22 -0800
commitae665a522bd46bea44c5ea84c89c8b1731954170 (patch)
tree523b0a5b51e264ebad295e517606123e9e8e04bd /include/iptables.h
parent0bf0fbc47e33cc968c1c1d20d938de31e497c753 (diff)
Remove trailing whitespace
Go through source files and remove all trailing whitespace Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Diffstat (limited to 'include/iptables.h')
-rw-r--r--include/iptables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/iptables.h b/include/iptables.h
index 25f36aeb..dd844c1e 100644
--- a/include/iptables.h
+++ b/include/iptables.h
@@ -170,7 +170,7 @@ extern struct iptables_match *find_match(const char *name, enum ipt_tryload, str
extern int delete_chain(const ipt_chainlabel chain, int verbose,
iptc_handle_t *handle);
-extern int flush_entries(const ipt_chainlabel chain, int verbose,
+extern int flush_entries(const ipt_chainlabel chain, int verbose,
iptc_handle_t *handle);
extern int for_each_chain(int (*fn)(const ipt_chainlabel, int, iptc_handle_t *),
int verbose, int builtinstoo, iptc_handle_t *handle);