summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-05-16 21:23:49 +0200
committerJo-Philipp Wich <jow@openwrt.org>2013-05-17 14:36:34 +0200
commit1fbc7b77f4b7748b8ebfea201a3eb09153e35c23 (patch)
tree133be8981ad7e8cbcdb68155a62a3aa47cb554c6 /options.h
parent6b27a6665c288937eb5028063064e3350dcab545 (diff)
downloadfirewall3-1fbc7b77f4b7748b8ebfea201a3eb09153e35c23.tar.gz
Remove now unused fw3_format_*() functions
Diffstat (limited to 'options.h')
-rw-r--r--options.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/options.h b/options.h
index f6168f5..e903ab3 100644
--- a/options.h
+++ b/options.h
@@ -504,20 +504,4 @@ void fw3_parse_options(void *s, const struct fw3_option *opts,
const char * fw3_address_to_string(struct fw3_address *address,
bool allow_invert);
-void fw3_format_in_out(struct fw3_device *in, struct fw3_device *out);
-void fw3_format_src_dest(struct fw3_address *src, struct fw3_address *dest);
-void fw3_format_sport_dport(struct fw3_port *sp, struct fw3_port *dp);
-void fw3_format_mac(struct fw3_mac *mac);
-void fw3_format_protocol(struct fw3_protocol *proto, enum fw3_family family);
-void fw3_format_icmptype(struct fw3_icmptype *icmp, enum fw3_family family);
-void fw3_format_limit(struct fw3_limit *limit);
-void fw3_format_ipset(struct fw3_ipset *ipset, bool invert);
-void fw3_format_time(struct fw3_time *time);
-void fw3_format_mark(struct fw3_mark *mark);
-
-void __fw3_format_comment(const char *comment, ...);
-#define fw3_format_comment(...) __fw3_format_comment(__VA_ARGS__, NULL)
-
-void fw3_format_extra(const char *extra);
-
#endif