X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=defaults.c;h=3ea8e37a5caa301914c782a2a486272a3e82f43c;hb=be8ead27f625b3e4ed383f270dcfee2d158231ec;hp=e246949b5a0ee2b2c16ff753f355dfa25e0250df;hpb=8957be6c026858fe414aef69281d8aa06f7ea122;p=project%2Ffirewall3.git diff --git a/defaults.c b/defaults.c index e246949..3ea8e37 100644 --- a/defaults.c +++ b/defaults.c @@ -1,7 +1,7 @@ /* * firewall3 - 3rd OpenWrt UCI firewall implementation * - * Copyright (C) 2013 Jo-Philipp Wich + * Copyright (C) 2013 Jo-Philipp Wich * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -164,13 +164,6 @@ fw3_print_default_chains(struct fw3_ipt_handle *handle, struct fw3_state *state, set(defs->flags, handle->family, handle->table); } - -struct toplevel_rule { - enum fw3_table table; - const char *chain; - const char *target; -}; - void fw3_print_default_head_rules(struct fw3_ipt_handle *handle, struct fw3_state *state, bool reload)