X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=ucimap.h;h=961d34efcb8effc272775722409c4488b1873079;hp=2aedc78c0f39b6637bb42d0a0a08d44de340708a;hb=062323b4f663d3c0a33c49d2c0ded624e4fb4693;hpb=8ae8a7fc893e18676d6a35193f8a74c87ceb7b7f diff --git a/ucimap.h b/ucimap.h index 2aedc78..961d34e 100644 --- a/ucimap.h +++ b/ucimap.h @@ -37,12 +37,12 @@ .name = #_field, \ .offset = offsetof(_type, _field) -struct uci_sectmap; +struct uci_sectionmap; struct uci_optmap; struct ucimap_list; struct uci_map { - struct uci_sectmap **sections; + struct uci_sectionmap **sections; unsigned int n_sections; struct list_head sdata; struct list_head fixup; @@ -78,7 +78,7 @@ struct uci_listmap { union ucimap_data data; }; -struct uci_sectmap { +struct uci_sectionmap { /* type string for the uci section */ const char *type; @@ -114,7 +114,7 @@ struct uci_optmap { struct { int maxlen; } s; - struct uci_sectmap *sm; + struct uci_sectionmap *sm; } data; };