X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=options.h;h=6c9c0b22c7d902a6d1d31e6c68b4627b736bda93;hp=8489b8bc24d9ea6ca40a7701523c01f087708ace;hb=be8ead27f625b3e4ed383f270dcfee2d158231ec;hpb=2807cc26b8e46eef5f23c06534a853dd48183331 diff --git a/options.h b/options.h index 8489b8b..6c9c0b2 100644 --- a/options.h +++ b/options.h @@ -1,7 +1,7 @@ /* * firewall3 - 3rd OpenWrt UCI firewall implementation * - * Copyright (C) 2013-2014 Jo-Philipp Wich + * Copyright (C) 2013-2014 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 @@ -561,7 +561,7 @@ bool fw3_parse_direction(void *ptr, const char *val, bool is_list); bool fw3_parse_options(void *s, const struct fw3_option *opts, struct uci_section *section); bool fw3_parse_blob_options(void *s, const struct fw3_option *opts, - struct blob_attr *a); + struct blob_attr *a, const char *name); const char * fw3_address_to_string(struct fw3_address *address, bool allow_invert, bool as_cidr);