X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=ucimap.h;h=001ae1b206338f426cc3debe6c2abf02ef16c0ab;hb=43ff3a3a5489f214ddcabefe375215148e534f84;hp=43f54e047c7931c3ecc44a30bc55d153cf9806a9;hpb=d90507ccd2101ed6788897b7d3b454dd34fa75fe;p=uci.git diff --git a/ucimap.h b/ucimap.h index 43f54e0..001ae1b 100644 --- a/ucimap.h +++ b/ucimap.h @@ -98,6 +98,7 @@ struct uci_sectmap { /* list of option mappings for this section */ struct uci_optmap *options; unsigned int n_options; + unsigned int options_size; }; struct uci_optmap {