diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-12-05 10:10:22 -0800 |
---|---|---|
committer | Stephen Hemminger <shemminger@osdl.org> | 2006-12-05 10:10:22 -0800 |
commit | ae665a522bd46bea44c5ea84c89c8b1731954170 (patch) | |
tree | 523b0a5b51e264ebad295e517606123e9e8e04bd /include/iptables.h | |
parent | 0bf0fbc47e33cc968c1c1d20d938de31e497c753 (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.h | 2 |
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); |